time
print execution time
Get some information about the program run time.
Syntax: | time |
---|
The time command prints out elapses CPU time attributed to the user
and to the system. Two output lines are given, one for user/system
time since the time command was last called, and one for time
elapsed since the program started.