Edited wiki page through web user interface.

This commit is contained in:
Louwrentius 2010-03-20 22:33:15 +00:00
parent 7dcb571171
commit 07bd13bb04

View File

@ -11,18 +11,19 @@ The following output is displayed by PPSS when executed without any options:
{{{ {{{
bash-3.2$ ./ppss.sh bash-3.2$ ppss
|P|P|S|S| Distributed Parallel Processing Shell Script 2.40 |P|P|S|S| Distributed Parallel Processing Shell Script 2.60
usage: ./ppss.sh [ -d <sourcedir> | -f <sourcefile> ] [ -c '<command> "$ITEM"' ] usage: ./ppss [ -d <sourcedir> | -f <sourcefile> ] [ -c '<command> "$ITEM"' ]
[ -C <configfile> ] [ -j ] [ -l <logfile> ] [ -p <# jobs> ] [ -C <configfile> ] [ -j ] [ -l <logfile> ] [ -p <# jobs> ]
[ -D <delay> ] [ -h ] [ --help ] [ -D <delay> ] [ -h ] [ --help ] [ -r ]
Examples: Examples:
./ppss.sh -d /dir/with/some/files -c 'gzip ' ./ppss -d /dir/with/some/files -c 'gzip '
./ppss.sh -d /dir/with/some/files -c 'gzip "$ITEM"' -D 5 ./ppss -d /dir/with/some/files -c 'cp "$ITEM" /tmp' -p 2
./ppss.sh -d /dir/with/some/files -c 'cp "$ITEM" /tmp' -p 2 ./ppss -f <file> -c 'wget -q -P /destination/directory "$ITEM"' -p 10
}}} }}}
If PPSS is executed with -h, more options are displayed. If PPSS is executed with -h, more options are displayed.