Answers for "run something once using crontab"

1

run cron once a day

#run a cron once a day at 3am
0 3 * * *
Posted by: Guest on August-02-2021
0

run crontab locally in windows

reference site that will help: 
https://stackoverflow.com/questions/24035090/run-cron-job-on-php-script-on-localhost-in-windows
Posted by: Guest on December-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language