Command option
dinkypumpkin
dinkypumpkin at gmail.com
Wed Aug 28 13:57:12 EDT 2013
On 28/08/2013 16:10, Richard H Lee wrote:
> How do I use the command option to run a command after a programme has
> been downloaded?
>
> I tried:
> ./get_iplayer -g 372 --modes flashvhigh -c ./test '<name>'
The value for --command is passed as a single string, so you need to
surround the whole thing with quotes, e.g.:
./get_iplayer -g 372 --modes flashvhigh -c './test "<name>"'
More information about the get_iplayer
mailing list