Re: the standard error
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
I want to shut the standard error from my scritps. How to do that?