Versions Compared

Key

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

...

Code Block
cron -w 4L -d L 10:00             # run on the last Thursday(4L) of the month *AND Last 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

...