diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2015-08-09 20:10:27 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-08-09 20:10:27 +0200 |
commit | 983aee5f607174fe9b541043ec0ae43225181e0c (patch) | |
tree | 8c0d68659bc8910123abeb2590841110e8ceae27 | |
parent | 7ed07d34dc7f704222530e7e200f3f192cf85b59 (diff) | |
download | nq-983aee5f607174fe9b541043ec0ae43225181e0c.tar.gz nq-983aee5f607174fe9b541043ec0ae43225181e0c.tar.xz nq-983aee5f607174fe9b541043ec0ae43225181e0c.zip |
README: update
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index deadbe6..6acf859 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,9 @@ Two helper scripts are provided: `fq` outputs the log of the currently running jobs, exiting when the jobs are done. If no job is running, the output of the last job is -shown. `fq` uses `inotify` on Linux and falls back to polling for -size change else. `fq.sh` is a similar tool, not quite as robust, +shown. `fq -a` shows the output of all jobs, `fq -q` only shows one +line per job. `fq` uses `inotify` on Linux and falls back to polling +for size change else. `fq.sh` is a similar tool, not quite as robust, implemented as shell-script calling `tail`. (A pure shell implementation of `nq` is provided as `nq.sh`. It needs |