On Thu, 2002-09-12 at 16:03, [EMAIL PROTECTED] wrote:

> i want to redirect both strdout and stderror into a pipe
> 
> in tcsh i do: process1 |& process2
> how do i do it in sh ? in bash ? ( is that the same )

process1 2>&1 | process2


-- 
Alex Shnitman <[EMAIL PROTECTED]>
http://www.hectic.net/   UIN 188956
PGP 0xEC5D619D / E1 F2 7B 6C A0 31 80 28  63 B8 02 BA 65 C7 8B BA

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to