可利用 time 公用程式來決定指令所花費的時間。這個公用程式有兩種版本:做為外圍程序內建使用和做為程式 (/usr/bin/time) 使用。
$ time find . > /dev/null real 0m4.051s user 0m0.042s sys 0m0.205s