http://blog.csdn.net/fdipzone/article/details/51778543
0 12 * * * php /Users/fdipzone/test.php >> /Users/fdipzone/test.log 2>&1
0 12 * * * php /Users/fdipzone/test.php >> "/Users/fdipzone/$(date +"\%Y-\%m-\%d").log" 2>&1
使用月份命名
0 12 * * * php /Users/fdipzone/test.php >> "/Users/fdipzone/$(date +"\%Y-\%m").log" 2>&1
0 12 * * * php /Users/fdipzone/test.php >> "/Users/fdipzone/$(date +"\%Y-W\%W").log" 2>&1
使用小时命名
* * * * * php /Users/fdipzone/test.php >> "/Users/fdipzone/$(date +"\%Y-\%m-\%d_\%H").log" 2>&1
转自:lamp兄弟连
查看所有用户的周期计划任务
root@raspberrypi1G:/home/pi/shell# grep -v "^#" /var/spool/cron/crontabs/*
root@raspberrypi1G:/home/pi/shell# grep -v "^#" /var/spool/cron/crontabs/*