清除qq使用过程中保存的截图文件

使用了将近一年的qq 突然发现截图目录竟然占用了7G的图片,打算清理一下。

[bash]

#删除90天以前的文件
find /Users/anythink/Library/Containers/com.tencent.qq/Data/Library/Application\ Support/QQ/[qq号]/Image -amin +129600 -exec rm {} \;
[/bash]

同时我还看到存储本地聊天记录的文件 msg2.0 msg3.0 也挺大的,这是个sqlite 貌似只能在消息管理器手动清除无用记录减少尺寸了。
-rwxr-xr-x@ 1 anythink staff 37K 7 10 16:02 Msg2.0.db*
-rwxr-xr-x@ 1 anythink staff 935M 5 2 00:13 Msg2.0.db.history*
-rw-r–r–@ 1 anythink staff 1.1G 7 10 16:02 Msg3.0.db