-1

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 ?

Utsav
  • 5,572
  • 2
  • 29
  • 43

1 Answers1

2

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.

Dariusz
  • 21,561
  • 9
  • 74
  • 114