Re: huge netscape cache, cant remove it within netscape

2000-09-29 Thread Ben Logan
I was very low on disk space and netscape kept eating it all up--mine would delete the cache, but wouldn't limit it at all. So I wrote a script to search the /home directory structure and remove the caches if they were greater than 1M. Whenever it removes one, it writes a message to a log file

Re: huge netscape cache, cant remove it within netscape

2000-09-29 Thread Anthony E . Greene
On Fri, 29 Sep 2000 07:08 Ben Logan wrote: I was very low on disk space and netscape kept eating it all up--mine would delete the cache, but wouldn't limit it at all. So I wrote a script to search the /home directory structure and remove the caches if they were greater than 1M. Whenever it

huge netscape cache, cant remove it within netscape

2000-09-28 Thread Jack Byers
I seem to have built up to a huge netscape cache [byers@byers .netscape]$ cd cache [byers@byers cache]$ du -s 733740 . that looks like 3/4 of a 1gig to me when i gointo edit preferences advanced cache and then try to clear disk cache and clear memory cache it seems to have zero effect, du -s

Re: huge netscape cache, cant remove it within netscape

2000-09-28 Thread Hal Burgiss
On Fri, Sep 29, 2000 at 01:03:39AM +, Jack Byers wrote: I seem to have built up to a huge netscape cache [byers@byers .netscape]$ cd cache [byers@byers cache]$ du -s 733740 . alternatively is it safe just togo into each .netscape/cache dir and rm all of the files ? Sure, why not. I

Re: huge netscape cache, cant remove it within netscape

2000-09-28 Thread almquist paul
I seem to have built up to a huge netscape cache [byers@byers .netscape]$ cd cache [byers@byers cache]$ du -s 733740 . that looks like 3/4 of a 1gig to me when i gointo edit preferences advanced cache and then try to clear disk cache and clear memory cache it seems to have zero

RE: huge netscape cache, cant remove it within netscape

2000-09-28 Thread Uncle Meat
On 29-Sep-2000 Jack Byers spoke something to the effect: I seem to have built up to a huge netscape cache [byers@byers .netscape]$ cd cache [byers@byers cache]$ du -s 733740 . that looks like 3/4 of a 1gig to me when i gointo edit preferences advanced cache and then try to clear disk

Re: huge netscape cache, cant remove it within netscape

2000-09-28 Thread John Aldrich
On Thu, 28 Sep 2000, Jack Byers wrote: I seem to have built up to a huge netscape cache [byers@byers .netscape]$ cd cache [byers@byers cache]$ du -s 733740 . that looks like 3/4 of a 1gig to me when i gointo edit preferences advanced cache and then try to clear disk cache and clear

Re: huge netscape cache, cant remove it within netscape

2000-09-28 Thread Anthony E . Greene
On Thu, 28 Sep 2000 21:03 Jack Byers wrote: alternatively is it safe just togo into each .netscape/cache dir and rm all of the files ? My ~/.bash_logout includes commands for clearing my cache: rm -f $HOME/.netscape/lock rm -rf $HOME/.netscape/cache/* rm -rf $HOME/.mozilla/default/Cache/*

RE: huge netscape cache, cant remove it within netscape

2000-09-28 Thread Statux
As a matter of fact: rm -R .netscape/cache/* is faster and won't hurt a thing (done it numerous times). It will just recreate all of the directories when first run again. I do the same thing, here. Just make sure the '-i' option (default with RH bash installs) is turned off