On Mon, Oct 11, 1999 at 09:36:34AM +0200, E.L. Meijer Eric" wrote: > I noticed the same thing. It is broken as far as I can see. I added > the following line to my crontab: > > 5 0 * * 0 /bin/rm -rf /home/tgakem/.netscape/cache
You might want to try this instead: [EMAIL PROTECTED]:~ [19:23:52] # crontab -l | grep netscape 00 * * * * test -e /home/thomas/.netscape/lock || rm -rf /home/thomas/.netscape/cache/* This only removes the cache if netscape isn't running. -- thomas. .powered.by.debian/linux. .served.by.FreeBSD.