In bash script if we type vlc -q command we get:
VLC media player 2.0.8 Twoflower (revision 2.0.8a-0-g68cf50b)
VLC media player 2.0.8 Twoflower
Command Line Interface initialized. Type `help' for help.
> 
and It wait for get new command like help or info, I want some script do these two steps in one step something like this
 vlc -q < info
Is there any way to do this?
 
     
     
    