Re: Redirect IO of target
Re: Redirect IO of target
- Subject: Re: Redirect IO of target
- From: Greg Guerin <email@hidden>
- Date: Thu, 29 Sep 2011 10:29:24 -0700
Michael Lehn wrote:
is there a way to redirect stdin and stdout of the executable? Say
Xcode creates the
executable "hello" then it should run
hello <data.in >data.out
Add an executable that runs bash (or your shell of choice). The
command and its parameters should be the shell command-line you want
executed, with whatever I/O redirection you want. The -c option to
bash may be of interest.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden