From ab46fb8018f45a5584485edfd3c0caa82f3fd9b4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 Jul 2009 10:51:43 -0400 Subject: [PATCH] update --- parallel.docbook | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) 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 -- 2.39.5