1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2025-02-07 13:31:38 +02:00

Add 'time'

This commit is contained in:
Kit Chan 2015-07-18 23:04:01 -07:00
parent 5bc855e4bb
commit 8566bee027

View File

@ -357,6 +357,8 @@ A few examples of piecing together commands:
- `stat`: file info
- `time`: execute and time a command
- `tac`: print files in reverse
- `shuf`: random selection of lines from a file