ubuntu:cron:schedule_a_cron_job_to_run_in_every_second_month
This is an old revision of the document!
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.1576195107.txt.gz · Last modified: 2020/07/15 09:30 (external edit)