| TIME(1) | General Commands Manual | TIME(1) |
time — measure
time used by a command
time |
[-p|-v]
command [argument...] |
time measures the wall-clock time, user
CPU time, system/kernel CPU time, used by command and
outputs it to stderr.
If command is invoked, the exit status should be the one given by command. Otherwise, it will exit with the following values:
time propagates all signals to it's child
process, allowing constructs like ‘timeout 1s time
yes’ to work as expected.
time should be compliant with the IEEE Std
1003.1-2024 (“POSIX.1”) specification.
Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
| October 31, 2024 | Linux |