-2

I need run a job every 15 minutes from 11 PM to 2 AM. I am using below range but its not working.

*/15 23,00-02 * * *

cron is ignoring the 23 and is running the job from 12AM ie 00.

Its in RedHat Enterprise Linux and its accepting ranges.

Rui F Ribeiro
  • 56,709
  • 26
  • 150
  • 232

1 Answers1

0

This worked for me */15 00,01,23 * * *