Answers for "cron run at 20 after the hour"

0

run cron every hour

0 * * * *
Posted by: Guest on August-18-2020
0

run cron every half an hour

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

Code answers related to "cron run at 20 after the hour"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language