-1

How to set a Cron job in Every one hour from 9:00 am to 6:00 pm ( Monday to Friday)

I am using Hostgator cron job to send mail every one hour, Now I want it from Monday to Friday. below is the link to screen shot.

http://awesomescreenshot.com/0123cmfxe1

enter image description here

MatthewMartin
  • 32,326
  • 33
  • 105
  • 164
Syam
  • 44
  • 1
  • 7

1 Answers1

2

This should work:

0 9-18 * * 1-5 /path_to_script

EDIT:

In the format of the boxes it would be

0
9-18
*
*
1-5
Andy Holmes
  • 7,817
  • 10
  • 50
  • 83