Edited wiki page through web user interface.

This commit is contained in:
Louwrentius 2009-12-16 16:58:30 +00:00
parent 3874946017
commit d050a0b532

View File

@ -112,6 +112,8 @@ In this example, a list of URLs is provided by the file list.txt. These urls are
`$ ./ppss.sh -f list-of-urls.txt -c 'wget -q "$ITEM"'` -p 5 `$ ./ppss.sh -f list-of-urls.txt -c 'wget -q "$ITEM"'` -p 5
*Tip*: please note that the double quotes around "$ITEM" may or may not be necessary depending on the situation. When using an input file with the -f option, they are often not necessary.
*Advanced usage of the -c command option * *Advanced usage of the -c command option *
Some commands require that you specify an output file. An example of such a command or program is the Lame mp3 encoder. Since the output file must be unique for each item, the output file name must be based on a variable. Like this: Some commands require that you specify an output file. An example of such a command or program is the Lame mp3 encoder. Since the output file must be unique for each item, the output file name must be based on a variable. Like this:
@ -259,4 +261,4 @@ PPSS skips items if an item log file is present in the Job_log directory. This a
== Other things you should be aware of == == Other things you should be aware of ==
ppss.sh must be run inside a file system that support file locking. It ppss.sh must be run inside a file system that support file locking. It
can, however, the data to process can be in a non-locking file system. can, however, the data to process can be in a non-locking file system.