From owner-freebsd-questions Wed Oct 1 17:41:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA19650 for questions-outgoing; Wed, 1 Oct 1997 17:41:22 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA19645 for ; Wed, 1 Oct 1997 17:41:14 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id KAA02014; Thu, 2 Oct 1997 10:11:02 +0930 (CST) Message-ID: <19971002101102.38806@lemis.com> Date: Thu, 2 Oct 1997 10:11:02 +0930 From: Greg Lehey To: Hans Petter Bieker Cc: "Jonathan E. Lyons" , freebsd-questions@FreeBSD.ORG Subject: Re: Crontab Man Page?!?! References: <19971001085013.22821@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Hans Petter Bieker on Wed, Oct 01, 1997 at 03:57:13PM +0200 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 01, 1997 at 03:57:13PM +0200, Hans Petter Bieker wrote: > On Wed, 1 Oct 1997, Greg Lehey wrote: > >> 0,15,30,45 * * * * /usr/bin/whatever > > doesn't > */15 * * * * /usr/bin/whatever > > work too? Correct. I don't use it, so I didn't think of it. Greg