How to pass each command (typed in the shell) through time
command?
Reason of the question: need to measure execution time of each command.
Example (wanted behavior):
$ sleep 1
real 0m1.047s
user 0m0.015s
sys 0m0.000s
How to pass each command (typed in the shell) through time
command?
Reason of the question: need to measure execution time of each command.
Example (wanted behavior):
$ sleep 1
real 0m1.047s
user 0m0.015s
sys 0m0.000s