Subject: Re: redirecting /dev/stderr
To: Colin Wood <cwood@ichips.intel.com>
From: Steve Revilak <revilak@umbsky.cc.umb.edu>
List: port-mac68k
Date: 09/30/1998 13:08:51
At 22:21 -0700 9/29/1998, Colin Wood wrote:

> assuming csh or a derivative:
>
> >&
> >>&
> |&
>

mcmahill@mtl.mit.edu Wrote:
> sh
> ./program_name 2>&1 | tee logfile
>
> that puts both stdout and stderr together and displays on the screen as
> well as dumping to 'logfile'
>


Ken Nakata <kenn@synap.ne.jp> wrote:

> Bourne shell: command 2>file
> Csh: command >&file


Thank you, guys!


(I ran out of luck trying to RTFB (RTF Book) and RTWFM (RT Wrong F Manual)
:-(


Steve Revilak
revilak@umbsky.cc.umb.edu