mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 05:57:54 +00:00
parallel.pod: use 'true' to avoid the empty line.
This commit is contained in:
parent
731e12f271
commit
4d48638859
|
@ -2271,7 +2271,7 @@ The idea is to put the jobs into a file and have GNU B<parallel> read
|
|||
from that continuously. As GNU B<parallel> will stop at end of file we
|
||||
use B<tail> to continue reading:
|
||||
|
||||
B<echo >>B<jobqueue>; B<tail -f jobqueue | parallel>
|
||||
B<true >>B<jobqueue>; B<tail -f jobqueue | parallel>
|
||||
|
||||
To submit your jobs to the queue:
|
||||
|
||||
|
|
Loading…
Reference in a new issue