How to run a cronjob every other Thursday?

Viewed 19

This is more difficult than I thought. In the month of September 2022, I need cronjobs to run on the 1st, 3rd and 5th Thursdays (there are 5 Thursdays this month!), but in October 2022 I need them to run on the 2nd and 4th Thursdays.

I would like my tasks to run every 2 weeks without skipping any days when a month has 5 Thursdays

How can I accomplish something like this with a cronjob? Is it even possible?

0 Answers
Related