如何从Windows 7命令行清除Firefox缓存

时间:2014-10-15 19:33:07

标签: firefox caching command

我喜欢在我的自动备份中包含我的Firefox配置文件目录,但我真的不想备份缓存的页面/图像。我搜索了高低,但我发现的一切都已过时(删除[ffprofile] \ Cache文件夹的内容)或说明删除了配置文件目录的全部内容!现代FF构建必须有一些方法来实现这一点......

2 个答案:

答案 0 :(得分:0)

我不认为有一个命令行选项可以直接清除文件缓存(虽然我接受了修补程序。但是,>)。但是,作为一种解决方法,您可以通过命令行通过此方法清除缓存:

# Create a test profile (Do this once)
PROFILENAME=testProfile
PROFILEDIR=/tmp/profileDir
$ firefox -no-remote -CreateProfile $PROFILENAME $PROFILEDIR

# Clear the cache of the profile (Do this every time you want to run the script)
# This uses the mac osx path for caches
# See http://forums.mozillazine.org/viewtopic.php?f=38&t=502357 for more information about where the caches are located on different operating systems
rm ~/Library/Caches/Firefox/Profiles/*.${PROFILENAME}/entries/cache2/*

请注意,我在Mac OSX上对此进行了测试,并且它运行正常,但它可以解决缺少配置文件标识符的问题。

答案 1 :(得分:0)

对于其他任何可能会遇到此问题的人:只需转到about:cache - 缓存文件的位置列在'磁盘' “存储磁盘位置”下的部分'获得该位置后,添加" \ entries"并做一个简单的" del / f / q [位置]"