Using Cron or Launchd
I have never used Cron. Some docs I have found, make it look staight forward.
Could someone give me the basics to set up a cron job?
Is cron running by default on OS X 10.4.x?
If I pico /private/etc/crontab this is what I see:
There are no jobs currently in my cron tab:
# The periodic and atrun jobs have moved to launchd jobs
# See /System/Library/LaunchDaemons
#
# minute hour mday month wday who command
Is this where I need to set up me cron job?
Should I use launchd instead?
I can get around in the terminal.
Could someone give me quick lesson on cron, or point me to some Apple docs?
Thank you