Re: sh question

2002-09-13 Thread erez
thanks all for answering, now i get it ( i think ) btw: can i exchange stderr and stdout ? ( 21 12 ? ) what does the '' stand for in the 21 can i do 21 ? what is the difference ? Oleg Goldshmidt wrote: Alex Shnitman [EMAIL PROTECTED] writes: On Thu, 2002-09-12 at 16:03, [EMAIL PROTECTED]

Re: sh question

2002-09-12 Thread Official Flamer/Cabal NON-Leader
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 21 | bar -- ---OFCNL This is MY list. This list belongs to ME! I will flame anyone I

Re: sh question

2002-09-12 Thread guy keren
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 21 | process2 -- guy For world domination - press 1, or dial 0, and please hold, for the

Re: sh question

2002-09-12 Thread Yedidyah Bar-David
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 21 | process2 erez.

Re: sh question

2002-09-12 Thread Alex Shnitman
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 21 | process2 -- Alex Shnitman [EMAIL PROTECTED] http://www.hectic.net/ UIN

Re: sh question

2002-09-12 Thread Lior Kesos
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 21 | process2 Wow this is fun I simply had to be the

Re: sh question

2002-09-12 Thread Oleg Goldshmidt
Alex Shnitman [EMAIL PROTECTED] writes: 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 21 | process2 Note that this is