adam.nz aboutpostsprojectscontact
bash# export TIMEFORMAT="%3lR"; time find /etc > /dev/null
Use the Bash builtin time to see how long a process takes to run. Output is formatted with the TIMEFORMAT variable (3 decimal places, long format, Elapse time). Details here.