![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Redirect Standard Output Multi-Process | djodjo | High Level Programming | 5 | 10-01-2008 02:09 AM |
| [BASH] redirect standard error and use it inside | Pescator | Shell Programming and Scripting | 2 | 03-03-2008 06:20 AM |
| redirect only the standard error output to mail | barkath | Shell Programming and Scripting | 3 | 02-08-2008 05:41 PM |
| redirect standard error into log file | epall | UNIX for Dummies Questions & Answers | 7 | 05-09-2006 03:29 AM |
| Standard Output | dbrundrett | Shell Programming and Scripting | 3 | 05-21-2004 02:08 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Question from a newbie. How to redirect standard output
I have a program that is sending error text to the console and I need to redirect that output to a log file. I'm brand new to Unix and don't know how to do this. Any direction would be greatly appreciated.
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Code:
your_program 2> yourlog.log |
||||
| Google The UNIX and Linux Forums |