diff --git a/cheat/cheatsheets/crontab b/cheat/cheatsheets/crontab index d567c20..01c75ed 100644 --- a/cheat/cheatsheets/crontab +++ b/cheat/cheatsheets/crontab @@ -14,7 +14,9 @@ SHELL=/bin/bash # example entries # every 15 min */15 * * * * /home/user/command.sh + # every midnight -0 * * * * /home/user/command.sh +* 0 * * * /home/user/command.sh + # every Saturday at 8:05 AM 5 8 * * 6 /home/user/command.sh