On Wed, 12 Nov 2008 00:41:36 +0200
Timo Sirainen <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>

Reply via email to