Useful Cron Header

Here’s a nice cron header for your collection:

MAILTO="" 
#################################################################### 
#minute (0-59),                                                    # 
#|      hour (0-23),                                               # 
#|      |       day of the month (1-31),                           # 
#|      |       |       month of the year (1-12),                  # 
#|      |       |       |       day of the week (0-6 with 0=Sunday)# 
#|      |       |       |       |       commands                   # 
#################################################################### 
30      01      *       *       *       /home/jim/bin/cleartmp 

Thanks Jim

Comments (2)

  1. Tom wrote:

    Well, maybe all of it but the line for running “/home/jim/bin/cleartmp”. That might not be so helpful. :)

    Monday, April 18, 2005 at 5:09pm #
  2. Guess not, but I just left it there for the sake of completion :)

    Monday, April 18, 2005 at 9:07pm #