I need a cron statement to run for few hours eg 1-8 then 10-15. In this case will the following statement work,
0 1-8,10-15 * * *
If not
I find it more readable to have two crontab entries:
0 1-8 * * * ... 0 10-15 * * * ...