Day 44: command execution time
Just write time before your command. The time binary will execute your command and display the execution time:
$ time sleep 1
real 0m1.009s
user 0m0.004s
sys 0m0.007s
by ops for non-ops
Just write time before your command. The time binary will execute your command and display the execution time:
$ time sleep 1
real 0m1.009s
user 0m0.004s
sys 0m0.007s