0

I'm trying to setup a crontab on the Mac. It just simply prints the message "Hello there!" to the console at a specific time, but it doesn't seem to work. Below is what I have in the crontab:

28 16 * * * echo "Hello there!"

Nothing happened at 4:28 pm. What did I miss?

slm
  • 10,859

1 Answers1

1

Cronjob does not output to screen or any terminal. On a default installation the cron jobs get logged to

/var/log/syslog