From 04344aedb0554e10aaf355d79e32a0af37aa3c99 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sat, 3 Jan 2009 22:04:01 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/Overview.wiki | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wiki/Overview.wiki b/wiki/Overview.wiki index 94850f2..c359bba 100644 --- a/wiki/Overview.wiki +++ b/wiki/Overview.wiki @@ -27,6 +27,8 @@ Features of PPSS are: = Usage = +A quick look on the help instructions of PPSS show that just three command-line options are required to execute your command in parallel on a collection of items. + {{{ Parallel Processing Shell Script Version: 1.0 @@ -46,7 +48,7 @@ Options are: - p [ no of parallel processes ] Optional: specifies number of simultaneous processes manually. - j ( enable hyperthreading ) Optiona: Enable or disable hyperthreading. Enabled by default. - Example: encoding some wav files to mp3 using lame: + Example: encoding some wav files to mp3 using lame with support for hyper-threading: ppss.sh -c 'lame' -d /path/to/wavfiles -l logfile -j -}}} +}}} \ No newline at end of file