Edited wiki page Manual1 through web user interface.

This commit is contained in:
Louwrentius@gmail.com 2011-08-31 23:27:19 +00:00
parent 6f543f0e00
commit 78d341cd01
1 changed files with 4 additions and 0 deletions

View File

@ -163,6 +163,10 @@ In this example, a list of URLs is provided by the file list.txt. These urls are
*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.
PPSS also supports input from STDIN:
`$ cat list-of-urls.txt | ppss -f - -c 'wget -q '`
*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: