We Recommend

Programming for the Newton: Using Macintosh Programming for the Newton: Using Macintosh
The included CD contains a demo of the Newton Toolkit (NTK) programming environment, but there is a newer version of this software on Apple's web site. Note that the demo version creates Newton packages which can't be redistributed, so you'll eventually need to purchase a full copy of NTK.


Posted By

plexus on 06/10/07


Tagged

comment crontab


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

dbug13


Crontab header


Published in: Other 


I always put this at the top of my crontab files so I remember the right fields

  1. #Minute (0-59) Hour (0-23) Day of Month (1-31) Month (1-12 or Jan-Dec) Day of Week (0-6 or Sun-Sat) Command
  2.  
  3. #M H D M W C

Report this snippet 

You need to login to post a comment.