
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] stdin/stderr redirection under Solaris
- Date: Wed, 25 Aug 2004 02:25:36 -0700 (PDT)
- From: Gerald Naughton <naughton123@example.com>
- Subject: Re: [tlug] stdin/stderr redirection under Solaris
Hi
> Gerald Naughton wrote:
>
> >
> > this may work
> > cmd1 2>&1 | cmd2
>
> But does not split the two streams, it combines them
> into one. I want to
> pipe stdout to cmd1 and stderr to cmd2, something
> like:
>
> $cmd |1 cmd1 |2 cmd2
> (assuming |1 pipes stdout and |2 pipes stderr)
>
not sure of this one
did you try
cmd 1> | cmd2 2>| cmd3
If not
recommend a search on bash and pipelines
g
_______________________________
Do you Yahoo!?
Express yourself with Y! Messenger! Free. Download now.
http://messenger.yahoo.com
Home |
Main Index |
Thread Index