Fix #285: mention file monitoring tools

pull/495/head
Kwardakov, Michael 2017-01-23 09:52:42 +03:00
parent 21443dfb44
commit 2d9e760e86
1 changed files with 2 additions and 0 deletions

View File

@ -446,6 +446,8 @@ A few examples of piecing together commands:
- `watch`: run a command repeatedly, showing results and/or highlighting changes
- [`when-changed`](https://github.com/joh/when-changed): runs any command you specify whenever it sees file changed. See `inotifywait` and `entr` as well.
- `tac`: print files in reverse
- `shuf`: random selection of lines from a file