Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

time

There are two kinds of time command:

  1. Shell builtin time command
  2. External command /usr/bin/time, which is more powerful.
# statistics of process run
/usr/bin/time -v <cmd>