On Thu, Sep 12, 2002 at 04:03:42PM +0300, [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 > > erez. > > > ================================================================= > 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] ================================================================= 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]
