0
votes
2answers
714 views

cron every five minutes for three hours

i would like to set up cron run at 4.30 am every five minutes for 3 hours so it would stop executing at 7.30, how to do it? would this work ?? */5,30 4-7 * * * thanks