diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2015-08-25 14:56:18 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-08-25 14:56:18 +0200 |
commit | 7063558a6e4698e59f83b5e9d31b40ab3aec713d (patch) | |
tree | 57a016ebc1c61bd401d5a3786404805360022fa2 /README.md | |
parent | 4eb2c736f048fbecd1e6ef6865ec8447bfed9c73 (diff) | |
download | nq-7063558a6e4698e59f83b5e9d31b40ab3aec713d.tar.gz nq-7063558a6e4698e59f83b5e9d31b40ab3aec713d.tar.xz nq-7063558a6e4698e59f83b5e9d31b40ab3aec713d.zip |
nq: add quiet flag -q.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index cc5fa41..b793bd7 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ Enforcing job order works like this: - the lock is released by the kernel after the job terminates You enqueue (get it?) new jobs using `nq CMDLINE...`. The job id is -output and `nq` detaches immediately, running the job in the background. -STDOUT and STDERR are redirected into the log file. +output (unless suppressed using `-q`) and `nq` detaches immediately, +running the job in the background. STDOUT and STDERR are redirected +into the log file. `nq` tries hard (but does not guarantee) to ensure the log file of the currently running job has +x bit set. Thus you can use `ls -F` to get |