Answers for "cron run something every day at hour"

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 cron every half an hour

0,30 * * * * your_command
Posted by: Guest on December-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language