Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The cron Late attribute can also be combined:  Remember we *AND* across -w, -d, -m or m  and *OR* for each element in -w, -d,-m

Code Block
cron -w 4L -d L 10:00             # run on the last Thursday(4L) of the month *AND* Last of day of the month, this only occurs 3 times in a year in 2019
cron -w 0,1L -m 1 10:00           # run every Sunday and last Monday of the month, in January at 10am