Hi I am trying to run an executable from Julia (0.3.9) which takes in a 
command line argument. It works on the command line as:

program < inputfilename

but when I run it using Julia "run" command:

rum(`program< inputfilename`)

It ignores the "<" and "inputfilename" and just runs the program without 
the input file. Is there a way to fix this ? looks like I am not inputting 
the right syntax.

thanks,
Nitin

Reply via email to