macOS / binaries /

cron

/usr/sbin/cron
Daemon to execute scheduled commands (Vixie Cron)

The cron utility searches /usr/lib/cron/tabs for crontab files which are named after accounts in /etc/passwd. Then wakes up every minute, examining all stored crontabs, checking each command to see if it should be run in the current minute.

source: man