shell - Cronjob to be scheduled -


this question has answer here:

i have schedule job in unix runs every other monday, have set cronjob using crontab

00 00 * * 1/2 jobname.sh 

will work ?

for users having problems cron expressions:

there multiple tools generate or validate cron expressions.

one of them http://cronmaker.com/, online , free.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -