Quoth [EMAIL PROTECTED]:

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

tcsh:
foo |& bar

bash:
foo 2>&1 | bar

-- 
---OFCNL
    This is MY list. This list belongs to ME! I will flame anyone I want.
Official Flamer/Cabal NON-Leader                              [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]

Reply via email to