21 20 * * * bash -c "(msg=`/bin/ls junk 2>&1 > /tmp/logfail.log`; if [ ! -z "$msg" ] ; then echo "$msg" | /bin/mail -s "`/bin/uname -n` : $LOGNAME: `/bin/date` : my cron failed" marcus; fi )