• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: set stdin stdout to executables
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: set stdin stdout to executables


  • Subject: Re: set stdin stdout to executables
  • From: Thierry <email@hidden>
  • Date: Tue, 24 Feb 2009 20:57:39 +0100


Thanks Greg,

It works as expected !

Thierry


Thierry wrote:

For instance, when running my project, would like to do:

1)
.../myExe < f1  > f2

2)
.../myExe < f1 | myfilter

and see the results on the Run Log window.

Make an executable that runs /bin/bash, then add the command-line option -c,
and follow that with your entire shell command-string in another arg.


Remember to set up the working dir and environment variables of the shell,
or it won't find 'myExe' or 'f1' correctly.
_______________________________________________
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


References: 
 >Re: set stdin stdout to executables (From: Greg Guerin <email@hidden>)

  • Prev by Date: Re: a new guide: How Not To Install Ad-Hoc iPhone Apps
  • Next by Date: GCC 4.0 vs GCC System Version (4.0)
  • Previous by thread: Re: set stdin stdout to executables
  • Next by thread: Info request on crashing thread on Crashreport
  • Index(es):
    • Date
    • Thread