Edited wiki page through web user interface.
This commit is contained in:
parent
3874946017
commit
d050a0b532
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user