OS X图标缓存清理器上部

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OS X图标缓存清理器上部相关的知识,希望对你有一定的参考价值。

Greatly speeds up a slow Safari by purging any cached icons which have not been accessed in the past 30 days. Works well as a cron job.

From http://www.macosxhints.com/article.php?story=20040323144305318
  1. find $HOME/Library/Safari/Icons -type f -atime +30 -name "*.cache" -delete

以上是关于OS X图标缓存清理器上部的主要内容,如果未能解决你的问题,请参考以下文章

vue项目微信端清理缓存问题解决

极简的 macOS 系统分析器和清理器

Mac os刷新图标缓存

firefox火狐浏览器怎么清理缓存

Mac OS X >= 10.6 上的 Finder 文件图标标记(图标覆盖)

python 装饰器demo