Answers for "cron to run once on specific date"

1

run cron once a day

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language