Mac下创建crontab的问题 用crontab -e编辑完之后会提示 crontab: "/usr/bin/vi" exited with status 1 是VI的问题,比较简单的解决办法是 EDITOR=vim crontab -e