crontab -l 内容如下,同时也是 /etc/crontab 内容
1 * * * * /bin/date >> /Users/fei/Documents/crontab/a.txt
1 * * * * /Users/fei/Documents/work/note/commitNote.bash
第一条为测试内容,将当前时间写入文件,执行成功,第二条为自动提交 git 脚本,执行失败(或未执行 )内容如下
#!/bin/bash
/bin/date >> /Users/xurunfei/Documents/crontab/b.txt
cd '/Users/xurunfei/Documents/work/note'
git add .
git commit -am 'update'
git pull origin master
git push origin master
crontab log 找不到,网上查到说是在 /var/spool/cron/tmp 中,但是我没有查到 spool 中有 cron 文件夹
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.