Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!n8emr!uncle!donlash From: donlash@uncle.UUCP (Donald Lashomb) Newsgroups: comp.unix.questions Subject: Re: Decoding CRONTAB Keywords: CRON crond Message-ID: <638@uncle.UUCP> Date: 18 Dec 89 02:53:14 GMT References: <324@volvo.vd.volvo.se> Reply-To: donlash@uncle.UUCP (Donald Lashomb) Distribution: comp.unix.questions Organization: U.N.C.L.E. Lines: 11 I've written a cron facility for my machine (unix-pc) that includes the at(1), batch(1), [user] crontab(1) capabilities (originally lacking in my system). The code, of course, includes routines to parse crontab schedules. My code even lets you say "Sun" or "friday" or "Jan" ... instead of forcing you to use numeric day_of_week and month_of_year. If there is interest in it, I will post it. If YOU want a copy, drop me a line and I'll try to email it to you. -Don donlash@uncle.UUCP