3 time \- report how long a command takes
18 .EX "time a.out" "Report how long \fIa.out\fR takes"
19 .EX "time ls \-l *.c" "Report how long \fIls\fR takes"
22 The command is executed and the real time, user time, and system time (in
23 hours, minutes, and seconds) are printed.
24 Shell scripts cannot be timed.