解决方法
我的crontab手册页(我遗憾地无法在网上找到)给出了以下示例:
# Run on every second Saturday of the month 0 4 8-14 * * test $(date +\%u) -eq 6 && echo "2nd Saturday"
根据您的目的调整此…
0 4 8-14 * * test $(date +\%u) -eq 3 && job.sh