Kenn Humborg wrote:
>> > Can't pipe the output, because it's sent out on STDERR....
> >
> > So how can I redirect STDERR to STDIN, or sit on STDERR and wait for
> > something to pipe to something else?? Or does anyone have a
> > better solution?
>> $ cmd 2>&1 | another-cmd
>> will pipe both stdout and stderr to another-cmd (in bash, that is).
> There is bound to be a magic incantation to pipe stderr only. Try
> the bash manpage for details.
>
The only way I can figure to pipe stderr to another command is
$ cmd > /dev/null 2> /dev/tty1 | another_cmd
I'm sure there must be an easier way? But I couldn't anything like just
$ cmd 2> | another_cmd
to work.
Later,
Ross.
> Later,
> Kenn
>> --
> Irish Linux Users' Group: ilug at linux.ie>http://www.linux.ie/mailman/listinfo/ilug for (un)subscription information.
> List maintainer: listmaster at linux.ie
--
Ross Lynch
087 6548827
ross at excentric.comkernel at student.nuigalway.ie
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!