|
|
Hi,
I am executing the below script in the terminal.
/usr/lib/filter/rip "<some options>" /anyfilename > /outputfile
I am executing a script named rip with some options and giving the input file and redirecting it to a file.
I want to use perl script to execute this command.
I used system command as below.
system("/usr/lib/filter/rip "<some options>" /anyfilename > /outputfile");
It is not working. How to execute.
Please help.
|
|
|
|
|
|
|
|
|
|
|
|