table of contents
FQ(1) | General Commands Manual | FQ(1) |
NAME¶
fq
—
job queue log viewer
SYNOPSIS¶
fq |
[-a ] [-n ]
[-q ] [job id
...] |
DESCRIPTION¶
fq
is a simple utility for “following” the
output of nq(1) jobs.
Without arguments, the output of the currently running and queued as-of-now jobs is emitted; else the presented job ids are used.
fq
automatically terminates after the
corresponding jobs are done.
The options are as follows:
ENVIRONMENT¶
EXIT STATUS¶
Thefq
utility exits 0 on success,
and >0 if an error occurs.
INTERNALS¶
On Linux, inotify(7) is used to monitor job output. On other operating systems, polling is used.SEE ALSO¶
nq(1), tq(1)AUTHORS¶
Leah Neukirchen <leah@vuxu.org>LICENSE¶
fq
is in the public domain.
To the extent possible under law, the creator of this work has waived all copyright and related or neighboring rights to this work.
August 25, 2015 | Linux 4.19.0-10-amd64 |