crontab command not found in my git-bash for windows 7

情到浓时终转凉″ 提交于 2019-12-22 00:55:23

问题


I cannot use crontab -e in my git that I installed it in my pc windows 7. It produced the error

bash: crontab: command not found

Did someone use to do it, please tell me?


回答1:


I confirm that even the latest git for windows (2.6.3) with its 4.3.42(3)-bash does not include any cron command.

You would need to use another "cron from Windows", like the official Microsoft command Schtasks.exe.



来源:https://stackoverflow.com/questions/33775581/crontab-command-not-found-in-my-git-bash-for-windows-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!