Crontab every 11 months May 9, 2023 • Ulysses If you want to run a script every 11 months, here’s the crontab entry. <pre lang="bash"> * * 1 */11 * /bin/bash /path/to/script.sh