I have to schedule a job in Unix which runs every other monday, I have set a cronjob using crontab
00 00 * * 1/2 jobname.sh
Will it work ?
I have to schedule a job in Unix which runs every other monday, I have set a cronjob using crontab
00 00 * * 1/2 jobname.sh
Will it work ?
For all users having problems with cron expressions:
there are multiple tools to generate or validate your cron expressions.
One of them is http://cronmaker.com/, which is online and free.