TIME(C) UNIX System V
Name
time - times a command
Syntax
time command
Description
The given command is executed; after it is complete, time
prints the elapsed time during the command, the time spent
in the system, and the time spent in execution of the
command. Times are reported in seconds.
The times are printed on the standard error.
See Also
times(S)
Standards Conformance
time is conformant with:
AT&T SVID Issue 2, Select Code 307-127;
and The X/Open Portability Guide II of January 1987.
(printed 8/24/89) TIME(C)