[K12OSN] How do i delete all users cached webpages

Jesper Berth big at santaz.dk
Thu Jan 20 18:51:41 UTC 2005


tor, 20 01 2005 kl. 07:52 -0800, skrev Dan Young:
> Jesper Berth wrote:
> > How can i delete all users cached webpages in firefox, and not deleting
> > their bookmarks and so on??
> 
> Remove the ~/.mozilla/firefox/<profile_name>/Cache directory. Perhaps 
> something like this:
> 
> for foo in `getent passwd | cut -d ":" -f 1`; do ls -d `getent passwd \ 
> $foo | cut -d ":" -f 6`/.mozilla/firefox/*/Cache; done
> 
> Change ls -d to rm -rf when it looks right.

Thanks it worked just removed ~1.5Gb Cached files, that will result in a
faster backup :-)

Jesper

> --
> Dan Young
> Parkrose School District
> 
> _______________________________________________
> K12OSN mailing list
> K12OSN at redhat.com
> https://www.redhat.com/mailman/listinfo/k12osn
> For more info see <http://www.k12os.org>
-- 
Jesper Berth <big at santaz.dk>




More information about the K12OSN mailing list