crontab command not found in my git-bash for windows 7
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? VonC 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