On Saturday 14 October 2006 14:58, Ted Harding wrote:
Hi Folks, Where does Firefox (or Mozilla for that matter) keep its cache?
In Netscape it was easy -- a whole slew of directories under ~/.netscape/cache/
But I can;t find abything with "ache" in its name that has anything to do with Firefox!
A script of mine roots in the user's ~/.[Mm]ozilla/[Ff]irefox/*.default/[Cc]ache first and always finds it on common distros afaik (nobody's moaned otherwise). That's where there's only one profile per user*, and I'm pretty sure the [Cc] is unnecessary, that's just cross-distro paranoia for you. :-) Cheers, Ten. *list of profiles = grep ^Path= ~/.[Mm]ozilla/[Ff]irefox/profiles.ini | sed "s/Path=//" - at least for now, knowing the firefox config files, heh. -- There are 10 types of people in this world, those who understand binary, and those who don't.