|
|
|
|
|
by bpchaps
3904 days ago
|
|
I dunno. Cron is particularly bad. Want a sane looking cron? You'll probably end up writing a wrapper script to handle stdout/err. Every time I deal with an annoying dev or proprietary binary, my crons turn to a total mess. Also:
/home/on_a_phone/parse_today.sh `date +%Y%m%d` Will fail catastrophically because cron treats '%' as a newline character for some silly reason. Have fun troubleshooting that one! Side note - clean your damn leap second crons, Steve! |
|
/home/on_a_phone/parse_today.sh $DATE