Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!sdd.hp.com!samsung!rex!rawdon From: rawdon@rex.cs.tulane.edu (Michael Rawdon) Newsgroups: comp.unix.questions Subject: Periodic execution of a program Message-ID: <5829@rex.cs.tulane.edu> Date: 23 Jan 91 22:54:46 GMT Organization: C.S. Dept, Tulane Univ., New Orleans, LA Lines: 20 I'm trying to get a program to run on a daily basis, at the same time each day (more or less). Being just a normal user, I don't have access to crontab. I was investigating a function called 'at', but it doesn't seem to be quite what I want. From the man page, it appears that at will only execute something once, not every day. I infer this from the fact that the man page doesn't explain how to turn at off! I was wondering if it would be possible to execute at recursively, that is, have the file that at executes call at again to execute the same file at the same time the next day. I'm not sure if this would be possible. Of course, it may be that I just don't have a clue as to which system utilities I should be using to accomplish my objective. Any help anyone can provide would be most welcome. I'm on a Pyramid 9815 running BSD 4.3 UNIX. Thanx!