Understanding rvlc
Posted: 05 May 2011 23:20
Hi
I would like to understand how rvlc works with the input.
First I wrote on the console :
And I get the result of the info command in the terminal.
But when I wrote
I've got an error message:
Can you please explain to me why didn't give the result of the two commands ??
Thanks for your help
I would like to understand how rvlc works with the input.
First I wrote on the console :
Code: Select all
rvlc <<EOF
>info
>EOF
But when I wrote
Code: Select all
rvlc <<EOF
>info
>description
>EOF
Code: Select all
> Error in `info
description' libvlc's "info
description" is not a command
Unknown command `info
description'. Type `help' for help.
Thanks for your help