12 Nov
2008
12 Nov
'08
4:52 p.m.
On Wed, 12 Nov 2008 00:41:36 +0200 Timo Sirainen <tss@iki.fi> wrote:
On Nov 12, 2008, at 12:34 AM, Steven F Siirila wrote: 3) Closes file descriptor 2 (stderr). I'm not actually sure if you can do this using a shell script, might need to use something else.
With bash, you can close fd 2 with 'exec 2>&-'.
-- Ben Winslow <rain@bluecherry.net>