On 12 Sep 2002 [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


-- 
guy

"For world domination - press 1,
 or dial 0, and please hold, for the creator." -- nob o. dy


=================================================================
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