Re: piping files
Re: piping files
- Subject: Re: piping files
- From: Daniel Todd Currie <email@hidden>
- Date: Fri, 28 May 2004 23:19:35 -0700
You might find this example helpful:
http://cocoadev.com/index.pl?ConvertStringIntoExpression
I don't really know the answer to your question, but since no one else
has answered your post, I'd like to try and be helpful.
-- Daniel Currie
On 2004 May 28, at 15:27, Markian Hlynka wrote:
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.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.