| TIME(1) | General Commands Manual | TIME(1) |
time — time
command execution
time |
[-lp] utility
[argument ...] |
time executes and times
utility. After the utility
finishes, time writes the total time elapsed, the
time consumed by system overhead, and the time used to execute
utility to the standard error stream. Times are
reported in seconds.
The options are as follows:
The time utility exits with one of the
following values:
time utility.Otherwise, the exit status of time shall
be that of utility.
The time utility is compliant with the
IEEE Std 1003.1-2008 (“POSIX.1”)
specification.
The flag [-l] is an extension to that
specification.
time also exists as a built-in to
csh(1) and ksh(1), though with a
different syntax.
A time command appeared in
Version 3 AT&T UNIX.
| December 22, 2022 | Debian |