Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Dec 1997 10:19:28 -0500 (EST)
From:      Dave Hummel <hummel@www.buffalostate.edu>
To:        questions@freebsd.org
Subject:   man 5 crontab
Message-ID:  <Pine.LNX.3.95.971217100248.819A-100000@www.buffalostate.edu>

next in thread | raw e-mail | index | archive | help
man 5 crontab says:
     Lists are allowed.  A list is a set of numbers (or ranges) separated
by commas.  Examples: ``1,2,5,9'', ``0-4,8-12''.

And later says: 
   Lists and ranges are allowed to co-exist in the same field.  "1-3,7-9"
would be rejected by ATT or BSD cron -- they want to see "1-3" or "7,8,9"
 ONLY.

   Is this supposed to say/mean "1-3,7-9" would be rejected by ATT (but
accepted by BSD)?

   I'm gonna have to figure that 
*/15  0-6,14-23       *       *       7  root  do_something
is a valid entry in BSD to mean do something every 15 minutes from
midnight to 6am and then again from 2pm to midight.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.95.971217100248.819A-100000>