home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / sliphw.zip / crontab.hw < prev    next >
Text File  |  1995-10-01  |  629b  |  16 lines

  1. # Sample file for CRONRGF.CMD
  2. #    minute hour day month weekday command
  3. # where minute  ranges from 0-59,
  4. #       hour    ranges from 0-23,
  5. #       day     ranges from 1-31,
  6. #       month   ranges from 1-12,
  7. #       weekday ranges from 1-7 (1 = Monday, 2 = Tuesday, ..., 7 = Sunday
  8. #
  9. # you can give a list of values, separated by a comma (,), e.g. "1,3,7"
  10. # you can give a range of values, separated by a dash (-), e.g. "1-5"
  11. # you can give a star (*) instead of a value, meaning entire range of all valid values
  12. #
  13. # line below sets time every 10 minutes forever
  14. 0,10,20,30,40,50 * * * * autoneth (nistime -s1)
  15.  
  16.