Hello:

If I want to run a crontab every hour between 9 am to 9pm, will this work ??

00 09-19 * * * /.../.../../program.sh

If the above does not work, what should it be ??

Thanks, ST2003