On Wed, 12 Nov 2008 00:41:36 +0200 Timo Sirainen <tss at 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 at bluecherry.net>