![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| search for a file - errors redirected | matrixmadhan | AIX | 1 | 07-18-2005 05:12 AM |
| redirected output | slavam | Shell Programming and Scripting | 2 | 10-12-2004 02:47 PM |
| tail -f a log file redirected into a new window? | douknownam | Shell Programming and Scripting | 2 | 06-01-2004 05:34 PM |
| Standard output not redirected from /bin/sh | soorajmu | UNIX for Dummies Questions & Answers | 1 | 09-19-2003 11:47 AM |
| Saving a redirected file | JSP | UNIX for Dummies Questions & Answers | 1 | 09-27-2001 07:52 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
redirected output not going to file for all cases
I have to confirm that an engine was not able to run. In the output below you see that it indeed got errors, but it didn't send those messages to the output file. When I run the same thing with a different executable it works. So does this mean something in the executable could cause it not to go to the output file??
$ cd Tar $ ./Engine > ../engine_output.txt exec(): 0509-036 Cannot load program ./Engine because of the following errors: 0509-150 Dependent module libodbc.a(libodbc.so.1) could not be loaded. 0509-022 Cannot load module libodbc.a(libodbc.so.1). 0509-026 System error: A file or directory in the path name does not exist. $ cd .. $ cat engine_output.txt $ ls AIX_50_ODBC_test.sh engine.tar engine_result.txt Tar engine_output.txt $ |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|