Thanks, rpdom. I've been digging around and this is what I've found. 1. According to the POSIX documentation, cron starts crontab tasks in an environment that uses/includes the default ('system') shell /bin/sh. But in raspbian (debian too?) /bin/sh just references /bin/dash - type man sh and you get...