Using cron to schedule your cronjobs

Post date: Jul 2, 2014 6:54:56 PM

Using crontab to schedule your task.

To list all the jobs in the current crontab use command:

>crontab -l

To overwrite the current cronjob with a new cronjob:

>crontab MyNewCron.txt

good tutorials:

http://www.adminschoice.com/crontab-quick-reference/

http://docs.oracle.com/cd/E23824_01/html/821-1451/sysrescron-24589.html