Difference between revisions of "Shell Commands/Time"

From MorphOS Library

< Shell Commands

(Created page with "'''Time''' - Measures the time it takes to execute a command CALIBRATE/S,EXCLUDELOADING/S,COMMAND/A/F: Example: System:> time dir ram: ENV (dir) T (dir) Clipb...")
 
Line 3: Line 3:
 
CALIBRATE/S,EXCLUDELOADING/S,COMMAND/A/F:
 
CALIBRATE/S,EXCLUDELOADING/S,COMMAND/A/F:
  
Example:
+
Example: <nowiki>
 
System:> time dir ram:
 
System:> time dir ram:
 
     ENV (dir)
 
     ENV (dir)
Line 9: Line 9:
 
     Clipboards (dir)
 
     Clipboards (dir)
  
Time Elapsed: 0.0071s
+
Time Elapsed: 0.0071s</nowiki>

Revision as of 10:58, 7 December 2015

Time - Measures the time it takes to execute a command

CALIBRATE/S,EXCLUDELOADING/S,COMMAND/A/F:

Example: System:> time dir ram: ENV (dir) T (dir) Clipboards (dir) Time Elapsed: 0.0071s