I know to run a cron job every minute the setting is: * * * * *
I want to run it every hour, what would the setting be for that?
I know to run a cron job every minute the setting is: * * * * *
I want to run it every hour, what would the setting be for that?
Someone should correct me if I\'m wrong but you can use either 0 0-23/1 * * * or 0 */1 * * *.
I\'ll give those a shot, thanks
Did you figure it out?
I thought it would be done like this:
* 0,1,2,3,4,5,6,7,8,9,10,11 * * *