How to run an executable in Xcode using the input to the system? For instance:
echo "abc" | myexec
I know that I can set the arguments for my executable in the tab Executable [name] Info> Arguments, but there seems to be no possibility of a prefix or something like that.
I see "Use pipe for standard I / O" on the General tab, but how do I work with it? Nothing seems to change.
I am using Xcode 3.2.6.
source share