Difference between revisions of "SET TIME"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Determine whether the current time is displayed whenever in the interactive command prompt | Determine whether the current time is displayed whenever in the interactive command prompt | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | SET PROMPT | + | [[SET PROMPT]], [[TIME()]] |
Line 23: | Line 16: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set time on | set time on | ||
16:28:04 > use patron index events, dates, names | 16:28:04 > use patron index events, dates, names | ||
16:29:08 > reindex | 16:29:08 > reindex | ||
− | 16:41:04 ></ | + | 16:41:04 > |
+ | </code> | ||
==Products== | ==Products== | ||
− | Recital Terminal | + | Recital |
+ | [[Category:Documentation]] | ||
+ | [[Category:Commands]] | ||
+ | [[Category:Set_Commands|TIME]] | ||
+ | [[Category:Terminal Environment]] | ||
+ | [[Category:Terminal Environment Set Commands]] |
Latest revision as of 15:39, 25 November 2009
Purpose
Determine whether the current time is displayed whenever in the interactive command prompt
Syntax
SET TIME ON | OFF | (<expL>)
See Also
Description
If SET TIME is ON, then the current system time is displayed in the format HH:MM:SS before each interactive command prompt. By default, TIME is OFF.
Example
set time on 16:28:04 > use patron index events, dates, names 16:29:08 > reindex 16:41:04 >
Products
Recital