Alex Shnitman wrote:
> 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
> 
> 
Wow this is fun I simply had to be the seventh person to write the exact 
same thing ...
process1 2>&1 | process2

yey!!!

-- 
Lior Kesos ,  [EMAIL PROTECTED]
Aduva re.search("meaning",self)
============================
There only 10 types of people in the world -
Those who understand binary, and those who don't.


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