From: Joey Hess Date: Fri, 10 Jul 2009 14:51:43 +0000 (-0400) Subject: update X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab46fb8018f45a5584485edfd3c0caa82f3fd9b4;p=moreutils update --- diff --git a/parallel.docbook b/parallel.docbook index 07d2bf3..fccdfd8 100644 --- a/parallel.docbook +++ b/parallel.docbook @@ -47,8 +47,8 @@ Written by Joey Hess parallel runs the specified command, passing it a single one of the specified arguments. This is - repeated for each argument. The default is to run all - the commands at the same time. + repeated for each argument. Jobs may be run in + parallel. The default is to run one job per CPU core. @@ -73,7 +73,7 @@ Written by Joey Hess than the specified limit. - + @@ -91,6 +91,16 @@ Written by Joey Hess EXAMPLE + + + parallel ufraw -o processed -- *.NEF + + + + This runs one ufraw process per available CPU, until + all of the NEF files have been processed. + + parallel -j 3 ufraw -o processed -- *.NEF