Output errors to stdout instead of stderr??

Dirk Heinrichs dirk.heinrichs@nokia.com
Thu Nov 18 23:30:00 GMT 1999


Paul Joseph Pearcy wrote:
> 
> Is there anyway to output errors via stdout instead of the default
> stderr???
In bash, extend your command by putting "2>&1" (without ") at the end.

Bye...

	Dirk


More information about the Gcc-help mailing list