From 2d9e760e86cdacf16a1a038b90ee2eae1b718c39 Mon Sep 17 00:00:00 2001 From: "Kwardakov, Michael" Date: Mon, 23 Jan 2017 09:52:42 +0300 Subject: [PATCH] Fix #285: mention file monitoring tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df6ca81..b695ba7 100644 --- a/README.md +++ b/README.md @@ -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