Cron Syntax

I have to admit that most cronjobs I write do something "every x amount of time all day long"—e.g., * * * * *. This post on different ways of writing crontab syntax shows alternative syntaxes I’ll try to keep in mind.

I bookmarked crontab.guru a few weeks ago, that also supports the variants mentioned in the post above.