Is there some way to pass system commands along with command line arguments in Eclipse?
E.g passing out.txt > passout.txt to the command line arg result in the code to process the out.txt file and rest > passout.txt passed to the terminal for creation.
Is there some way to pass system commands along with command line arguments in
Share
I’m not sure about a general answer, but if you want to forward stdout somewhere you can use an option already present in Run Configuration dialog:
