I am trying to Execute a script though crontab : At every minute on every day-of-month from 1 through 5 and every day-of-month from 16 through 23 and on every day-of-week from Monday through Friday.
So my expression is * * 1-5,16-23 * 1-5
.
Today is 14th of the Month and I can see it's still triggered my Script through Crontab.
I assume script being triggered either date is matched or Monday to Friday. Can Anyone help me with this cron expression.