
rovf
Veteran
Oct 18, 2012, 6:36 AM
Post #5 of 5
(2065 views)
|
Re: [CR15P0] Outputting from a terminal invocation
[In reply to]
|
Can't Post
|
|
I don't know about the framework you are using, in particular, whether it does something to the commands before executing them. I would put your command into a shell script, and invoke the script instead. This would also help with debugging. Also, it might make sense to collect stderr in a file for later inspection. BTW - since I don't know your general context -, are you sure that you really want the redirection to be >test_out.txt, and not >>test_out.txt ?
|