Difference between revisions of "SET TIME"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET TIME=
 
 
 
==Class==
 
Recital Terminal Developer Environment
 
 
 
 
==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==
<pre>
+
<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 ></pre>
+
16:41:04 >
 +
</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
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

SET PROMPT, TIME()


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