How can I create this Crontab with the following requirements:
- 2nd full week in the month (14.11.2022) - script 2nd-monday.sh
- 3rd full week of the month (21.11.2022) - script 3rd-monday.sh
I have already tried the following:
0 1 7-14 * 1 2nd-monday.sh
0 1 15-21 * 1 3rd-monday.sh
Unfortunately it doesn't work like this in November, but it does in October