Day 44: command execution time

25 Jul 2017

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