I am looking to set up a cron job, but I need it to only run on the second Saturday of every month -- and this is where I am unclear as how the syntax should be. I was thinking of:
But not sure if that would be the correct syntax or not. Any insight would be helpful.
* * * * 6/2 /path/to/script
But not sure if that would be the correct syntax or not. Any insight would be helpful.
