We Recommend

Essential ActionScript 3.0 Essential ActionScript 3.0
The book focuses on the core language and object-oriented programming, but also adds a deep look at the centerpiece of Flash Player's new API: display programming. Enjoy hundreds of brand new pages covering exciting new language features, such as the DOM-based event architecture, E4X, and namespaces--all brimming with real-world sample code.


Posted By

binarynomad on 03/06/08


Tagged

textmate info Shell unix linux crontab cron


Versions (?)


Who likes this?

3 people have marked this snippet as a favorite

basicmagic
nimoyjohnson
jamesming


Crontab Info


Published in: Other 


  1. #####################################################################
  2. # field allowed values
  3. # ----- --------------
  4. # minute 0-59
  5. # hour 0-23
  6. # day of month 1-31
  7. # month 1-12 (or names, see below)
  8. # day of week 0-7 (0 or 7 is Sun, or use names)
  9. #
  10. #
  11. # (*) - stands for first-last''.
  12. # (0-9) - range of numbers
  13. # (0,4,6,9-11) - list of numbers
  14. # (*/2) - step every X
  15. #
  16. #
  17. # To disable the email notifications you can either do it:
  18. # (globaly) MAILTO=""
  19. # (per command) [time] [command] >/dev/null 2>&1
  20. #
  21. #####################################################################

Report this snippet 

You need to login to post a comment.