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?
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?
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
.