mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 05:57:54 +00:00
Small man change
This commit is contained in:
parent
5e982d0c02
commit
616abc5370
3
parallel
3
parallel
|
@ -238,8 +238,7 @@ So B<parallel>'s newline separation can be emulated with:
|
|||
cat | tr '\n' '\0' | xargs -0 -n1 I<command>
|
||||
|
||||
B<xargs> can run a given number of jobs in parallel, but has no
|
||||
support for running no_of_cpus jobs or as many as possible in
|
||||
parallel.
|
||||
support for running no_of_cpus jobs in parallel.
|
||||
|
||||
B<xargs> has no support for grouping the output, so output may run
|
||||
together, so the first half of a line is from one process and the last
|
||||
|
|
|
@ -345,8 +345,7 @@ So \fBparallel\fR's newline separation can be emulated with:
|
|||
cat | tr '\en' '\e0' | xargs \-0 \-n1 \fIcommand\fR
|
||||
.PP
|
||||
\&\fBxargs\fR can run a given number of jobs in parallel, but has no
|
||||
support for running no_of_cpus jobs or as many as possible in
|
||||
parallel.
|
||||
support for running no_of_cpus jobs in parallel.
|
||||
.PP
|
||||
\&\fBxargs\fR has no support for grouping the output, so output may run
|
||||
together, so the first half of a line is from one process and the last
|
||||
|
|
Loading…
Reference in a new issue