From 6f543f0e004f7b00a3d1eeed32b0d33aff36320c Mon Sep 17 00:00:00 2001 From: "Louwrentius@gmail.com" Date: Wed, 31 Aug 2011 22:30:44 +0000 Subject: [PATCH] Edited wiki page Manual1 through web user interface. --- wiki/Manual1.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/Manual1.wiki b/wiki/Manual1.wiki index 59db7c9..bba35b4 100644 --- a/wiki/Manual1.wiki +++ b/wiki/Manual1.wiki @@ -113,11 +113,11 @@ Before discussing the full list of command line options, an example will be give `$ ./ppss -d /path/to/files -c 'gzip '` -In this example, we can distinguish a 'mode' and two options. The mode speaks for itself: PPSS is not part of a cluster, it is just running on the host. +In this example, we can distinguish two options. The -d option specifies the directory where the files reside that must be processed. -The -c option specifies the command that will be executed by PPSS in parallel for each file within the directory specified by -d. In this example the command has a *trailing space*, which is necessary since the command will expand to 'gzip example.tar' when executed. If the space is omitted, an error will occur. +The -c option specifies the command that will be executed by PPSS in parallel for each file within the directory specified by -d. In this example the command has a *trailing space*, which is necessary since the command will expand to 'gzip file01.tar' when executed. If the space is omitted, an error will occur. Sometimes, the item should not be appended to the command, but inserted somewhere in the middle. This is possible by using the placeholder "$ITEM". See the following example: