My Most Used Cron Commands for Mac

Mar 22, 2024193 views1 min read

Here are some of the most commonly use crontab commands I use. Wanted to put it in one place to reference back to whenever.

Open crontab file

Terminal
crontab -e

List cron jobs

Terminal
crontab -l