phporcaffeine Posted January 25, 2007 Share Posted January 25, 2007 I am just learning CRON and I wanted to make sure this is what I think it isminute=30 | hour=10 | day=*/5 | month=* | weekday=* |would mean that this CRONTAB would run on the 30th minute of the 10th hour, every 5 days of every week of every month?Is that correct? Link to comment https://forums.phpfreaks.com/topic/35624-crontab-help/ Share on other sites More sharing options...
trq Posted January 25, 2007 Share Posted January 25, 2007 Yes, but the syntax is just a simple....[code]30 10 */5 * * /yourscripttorun[/code] Link to comment https://forums.phpfreaks.com/topic/35624-crontab-help/#findComment-168724 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.