Re: the standard error

2004-03-29 Thread Paul Johnson
On Mon, Mar 29, 2004 at 04:08:08PM +0300, John wrote: > I want to shut the standard error from my scritps. > > How to do that? close STDERR; But that's living on the edge. You might consider redirecting STDERR instead, or maybe reopening it to a file somewhere. -- Paul Jo

the standard error

2004-03-29 Thread John
I want to shut the standard error from my scritps. How to do that?