>> So please add an example, e.g.,
>> 0 4 * * 2 echo -e TueLast\\tLast Tuesday of the month|calendar -f /dev/stdin
JFP> Sorry, I'm afraid this example is not correct. It would run every Tuesday. 
A
JFP> more approximate example could be this:
Yes, and get filtered... which beats things like
JFP>         0 4 21-31 * *    test $(date +%u) -eq 6 && echo "Last Saturday"
which runs ten days a month vs. my four.
Did you notice the filter at the end of my example?



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to