adam.nz
about
posts
projects
contact
# export TIME="%E" shell; /usr/bin/time find /opt/ > /dev/null
Use the
time
command to see how long a process takes to run. Output is formatted by the
TIME
variable (long format elapsed time).
Details here
.