mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +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>
|
cat | tr '\n' '\0' | xargs -0 -n1 I<command>
|
||||||
|
|
||||||
B<xargs> can run a given number of jobs in parallel, but has no
|
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
|
support for running no_of_cpus jobs in parallel.
|
||||||
parallel.
|
|
||||||
|
|
||||||
B<xargs> has no support for grouping the output, so output may run
|
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
|
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
|
cat | tr '\en' '\e0' | xargs \-0 \-n1 \fIcommand\fR
|
||||||
.PP
|
.PP
|
||||||
\&\fBxargs\fR can run a given number of jobs in parallel, but has no
|
\&\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
|
support for running no_of_cpus jobs in parallel.
|
||||||
parallel.
|
|
||||||
.PP
|
.PP
|
||||||
\&\fBxargs\fR has no support for grouping the output, so output may run
|
\&\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
|
together, so the first half of a line is from one process and the last
|
||||||
|
|
Loading…
Reference in a new issue