On Tue, Dec 21, 1999 at 12:58:49PM -0500, [EMAIL PROTECTED] wrote:
> crond and crontab. I only know what I read in the man pages.
Woah there cowboy.. cron only wakes up and checks what to do
every minute. He wants every 20 seconds..
Ray + Richard did perl and shell so how about C?
#include <stdlib.h>
#include <unistd.h>
main()
{
while (1){
/*ignore errors*/
(void)system("cp filename1 filename2");
(void)sleep(20);
}
}
mmm slop.
what a silly reason to use C.
have fun...
greg
--
this is
- Re: timed file copy. Ray Olszewski
- timed file copy. TAG
- Re: timed file copy. Paul Lee
- Re: timed file copy. Richard Adams
- Re: timed file copy. Greg Olszewski
- Re: timed file copy. Jack Barnett
- Re: timed file copy. Ray Olszewski
- Re: timed file copy. Gevaerts Frank
- Re: timed file copy. Richard Adams
- Re: timed file copy. Ray Olszewski
- Re: timed file copy. Gevaerts Frank
- Re: timed file copy. Richard Adams
