sudo grep CRON /var/log/syslog
find . -type f | xargs cat | wc -l
tail -f /var/mail/root
to look at cron errors sent to root's email
head -n 1 myscript.sh | hexdump -C
echo test 1> afile.txt
echo test 2> afile.txt