I have the following cron entry: SHELL=/bin/shell 15 * * * * /homes/mcmahill/tst.sh >/dev/null 2>&1 and the script just has a few lines like echo "hello" so why doesn't the redirection work? ie, I get mail of the tst.sh output even though I don't want to. Do I just have the redirection wrong? Thanks -Dan