<div>Are you sure gnu crontab &quot;ands&quot; the day-of-month and day-of-week?&nbsp; the crontab on these solaris boxes I&#39;m looking at &quot;ors&quot; them.&nbsp; So one could do this</div>
<div>&nbsp;</div>
<div>0 3 7-31 * 0-5&nbsp; runme</div>
<div>&nbsp;</div>
<div>--Scott<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 12/17/07, <b class="gmail_sendername">Alan Porter</b> &lt;<a href="mailto:porter@trilug.org">porter@trilug.org</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>You could also treat it as two different entries in the crontab:<br><br>0 3 1-7 * 0-5 runme # first week, every day except saturday
<br>0 3 8-31 * * runme # rest of the month, every day<br><br><br>Alan<br><br><br><br><br><br><br>_______________________________________________<br>Trilug-ontopic mailing list<br><a href="mailto:Trilug-ontopic@trilug.org">
Trilug-ontopic@trilug.org</a><br><a href="http://www.trilug.org/mailman/listinfo/trilug-ontopic">http://www.trilug.org/mailman/listinfo/trilug-ontopic</a><br></blockquote></div><br>