Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!ittvax!qumix!dennis From: dennis@qumix.UUCP (Dennis T. Chen) Newsgroups: net.unix-wizards Subject: crontab bug or limitation ? Message-ID: <204@qumix.UUCP> Date: Tue, 4-Oct-83 10:44:40 EDT Article-I.D.: qumix.204 Posted: Tue Oct 4 10:44:40 1983 Date-Received: Fri, 7-Oct-83 00:39:37 EDT Lines: 12 Is this the crontab bug or limitation that 0,15,30,45 0-13,18-23 * * * progname doesn't work at all, therefore, I had to split into two lines: 0,15,30,45 0-13 * * * progname 0,15,30,45 18-23 * * * progname We are running 4.1bsd. ...ittvax!qumix!dennis