My need is clear in the title. Any help would be appreciated.
tiny 4. /bin/ed Choose 1-4 [1]: Make a new line at the bottom of this file and insert the following code. Of course, replace our example script with the command or script you wish to execute, but keep the */5 * * * * part as that is what tells cron to execute our job every 5 minutes. Exit this file and save changes.
* * * * * is a cron schedule expression wildcard, meaning your cron job should run every minute of every hour of every day of every month, each day of the week.
*/5 * * * * Execute a cron job every 5 minutes. 0 * * * * Execute a cron job every hour.
Did you try this :
0 0/5 0,2-23 * * ?
Try something like this 0 0/5 0,2-23 * * ?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With