Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!sdd.hp.com!decwrl!mips!svcs1!rls From: rls@svcs1.UUCP (Bob Strait) Newsgroups: comp.unix.wizards Subject: Re: Cron - First Saturday of the month Message-ID: <562@svcs1.UUCP> Date: 9 Aug 90 17:13:32 GMT References: <19744@orstcs.CS.ORST.EDU> Organization: Silicon Valley Computer Society, Sunnyvale, CA Lines: 14 In article <19744@orstcs.CS.ORST.EDU> curt@oce.orst.edu (Curt Vandetta) writes: > I'm wondering if anyone has a way of making cron run a job on the > first Saturday of every month? > How about running your job each of the first seven days of every month, and have the job first test whether it's Saturday and exit if it's not. There are several easy ways to do the test: 'date | grep Sat' comes to mind. -- BUBBA (aka Bob Strait) ...!mips!svcs1!rls Silicon Valley Computer Society Sunnyvale, CA --