|
Configure cron entry to run every other Friday?
I have a requirement that a job run at a particular time every other Friday. I was wondering if I can configure cron to do this - perhaps using the /step feature?
For example, can I do the following?
0 21 * * 5/2 /my/command
If this works, how does it decide when to begin skipping? In other words, where is the first Friday? Is it the first Friday of the Year? of the Month?
I would just try it, but it would be an awful long time to wait to see whether or not it is working.
Thanks,
|