RE: Redirecting STDERR to 2 locations simultaneously

2001-11-13 Thread Crowder, Rod
Try the Module IO::Tee, I haven't used it, but it's description sounds to be what you need > -Original Message- > From: Peter Scott [mailto:[EMAIL PROTECTED]] > Sent: 13 November 2001 07:01 > To: [EMAIL PROTECTED] > Subject: Re: Redirecting STDERR to 2

Re: Redirecting STDERR to 2 locations simultaneously

2001-11-12 Thread Peter Scott
>I have been trying to figure out if it possible to redirect STDERR to 2 >locations at once. Specifically, I want certain errors to be redirected >to both STDOUT and a log file. I have been unable to do this, and am not >even sure it is possible. > >Redirecting to one or the other is now pro

Re: Redirecting STDERR to 2 locations simultaneously

2001-11-12 Thread Peter Cline
At 05:24 PM 11/12/01 -0500, you wrote: >>I have been trying to figure out if it possible to redirect STDERR to 2 >>locations at once. Specifically, I want certain errors to be redirected >>to both STDOUT and a log file. I have been unable to do this, and am not >>even sure it is possible. >>

Redirecting STDERR to 2 locations simultaneously

2001-11-12 Thread Peter Cline
>I have been trying to figure out if it possible to redirect STDERR to 2 >locations at once. Specifically, I want certain errors to be redirected >to both STDOUT and a log file. I have been unable to do this, and am not >even sure it is possible. > >Redirecting to one or the other is now pro