Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 (Fortune 01.1b1); site graffiti.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!ut-sally!ut-ngp!shell!graffiti!peter From: peter@graffiti.UUCP (Peter da Silva) Newsgroups: net.unix Subject: Re: crontab & stderr discovery Message-ID: <285@graffiti.UUCP> Date: Wed, 9-Oct-85 16:22:56 EDT Article-I.D.: graffiti.285 Posted: Wed Oct 9 16:22:56 1985 Date-Received: Mon, 14-Oct-85 03:19:42 EDT References: <704@adobe.UUCP> <43800030@hpfcla.UUCP> Organization: The Power Elite, Houston, TX Lines: 9 > > 1 0 * * * /bin/sh /usr/adm/script.sh 1>/usr/adm/script.log 2>&1 > > 1 0 * * * /usr/adm/script.sh 1>/usr/adm/script.log 2>&1 > 1 0 * * * exec /usr/adm/script.sh 1>/usr/adm/script.log 2>&1 > > I'll be amused if there are systems on which this fails! On V7, not only will that fail, but so will the others. Does anyone know why you can't run a shell script from crontab on V7? Is it just that cron doesn't set up the right environment, or what?