laylacodes / cheatsheets

474 stars 43 forks source link

Mistake in Examples for cron linux cheetsheet #1

Closed adrianord closed 2 years ago

adrianord commented 2 years ago

One of the examples given is

0 18 * * 0-6    every week Mon-Sat at 6pm

However the cron expression is actually every week Sun-Sat at 6pm

Double checked with crontab.guru https://crontab.guru/#0_18_*_*_0-6

laylacodes commented 2 years ago

thanks for catching that!!