I have a process which should be set at cronjob from 10:00am till 6:45 pm at 15 min interval every day .
Asked
Active
Viewed 66 times
1 Answers
1
I think it'd be like this:
*/15 10-18 * * * command...

John Zwinck
- 239,568
- 38
- 324
- 436
-
yeah but i need till 6:45 pm ..is there any other way to try this .please suggest – user3497772 Dec 27 '14 at 09:55
-
I edited my answer, try it out, it may just work. :) If not, you'll need to use multiple similar jobs to get all the times you want. – John Zwinck Dec 27 '14 at 11:46