piping files
piping files
- Subject: piping files
- From: Markian Hlynka <email@hidden>
- Date: Fri, 28 May 2004 16:27:27 -0600
Another question on a similar line. How, in xcode, can I specify a file
to pipe into (out out of, for stdout or stderr) the executable as
input? ie, how in xcode can I accomplish
a.out < infile > outfile
Under the target and executable settings there is an option "Std
In/Out" with the choices being Pseudo terminal and System Console.
These allow me to change where the OUTPUT goes, but it fails to accept
input. Unless there's a different place to input to the console other
than console.log?? In project builder, one of the options was "pipe",
but that didn't seem to do anything either.
Ideally, I need this to work both interactively and with pipes.
Markian
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.