1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2024-12-04 10:24:46 +02:00

Update README.md

This commit is contained in:
Kit Chan 2015-09-20 22:54:58 -07:00
parent db74470335
commit 901c4e23bc

View File

@ -376,6 +376,10 @@ A few examples of piecing together commands:
- `time`: execute and time a command
- `lockfile`: create semaphore file that can only be removed by `rm -f`
- `logrotate`: rotate, compress and mail logs.
- `watch`: run a command repeatedly, showing results and/or highlighting changes
- `tac`: print files in reverse