- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear user,
I have a fortran source where the data input is: xxxx.in and I would like the output was yyy.out.
Using line command I make:
ifort -o name name.f
nohup ./name < xxxx.in > yyy.out
How can I do this redirect output inside Xcode IDE?
Thank you
R. Lisboa
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can set up the argumentsused on the command line for the executable itself under Xcode.
Under Xcode, right click the executable and select Get Info. Select the Arguments tab and then setup the arguments to pass the executable from within Xcode.
You may also have to set the Working Directory (on the Info tab) if input file does not reside in the current directory.
Under Xcode, right click the executable and select Get Info. Select the Arguments tab and then setup the arguments to pass the executable from within Xcode.
You may also have to set the Working Directory (on the Info tab) if input file does not reside in the current directory.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page