Answers for "how to set up cron to run on specific days"

1

run cron once a day

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

how to run a script in crontab every day

30 2 * * * /your/command
# ^  ^
# |   hour
# minute
Posted by: Guest on December-01-2020

Code answers related to "how to set up cron to run on specific days"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language