Put It on Cron’s Tab
Format of crontab
- 6 space separated commands
- field 1 = minute of hour 0-59
- field 2 = hour of day 0-23
- field 3 = day of month 1-31
- field 4 = month of year 1-12
- field 5 = day of the week 1-7 (1 = Sunday)
- field 6 (to end of line) = command to execute