mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 03:56:28 +08:00
Merge pull request #495 from mkwardakov/mention-file-monitoring-tools
Fix #285: mention file monitoring tools
This commit is contained in:
commit
18e158a49c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue