Crontab Every Minute Between Hours Code Example


Example: crontab every 30 minutes between hours


// from 08h to 17h (until 17:30)
*/30 8-17 * * *

// from 08h to 17h, at number '5' (until 17:35)
5,30 8-17 * * *

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable