time commands
time find .
Will do all the work find does and at the end it will print how long did it take to run the given command.
real 0m0.757s
user 0m0.002s
sys 0m0.005s
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 find .
Will do all the work find does and at the end it will print how long did it take to run the given command.
real 0m0.757s
user 0m0.002s
sys 0m0.005s