Merge pull request #217 from shukitchan/patch-1

Add 'time'
pull/227/head
Joshua Levy 2015-07-23 16:34:40 -07:00
commit f252ecc228
1 changed files with 2 additions and 0 deletions

View File

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