Answers for "how to run a script every 5 minutes in crontab"

5

cron sequence to run every 5 minutes

*/5  * * * * command
This will run a cron job every 5th value of the list
Posted by: Guest on September-02-2021

Code answers related to "how to run a script every 5 minutes in crontab"

Browse Popular Code Answers by Language