ubuntu:cron:schedule_a_cron_job_to_run_in_every_second_month
Ubuntu - Cron - Schedule a Cron Job to Run in Every Second Month
0 0 15 */2 * /script/script.sh
The above crontab entry tells cron to invoke the script.sh file on every 15th day of the month in every second month of the year.
ubuntu/cron/schedule_a_cron_job_to_run_in_every_second_month.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1