Mac OS命令行清洗硬盘空间

docker Data

$ sudo du -sh * /
$ cd /Users/yanerrol/Library/Containers/com.docker.docker

清洗时光机

 $ tmutil listlocalsnapshots / #查看快照
 $ tmutil listlocalsnapshots /System/Volumes/Data #查看快照
 $ tmutil deletelocalsnapshots 2019-07-16-101514  # 删除快照2019-07-16-101514

Application Support

$ cd /Users/yanerrol/Library/Application Support

找大小

找大于1M的文件夹

$ find . -type f -size +100M
$ du -sh * | grep "^ *[0-9][0-9.]*M"

找大于1G的文件夹

$ du -h | grep "^ *[0-9][0-9.]*G"
上一篇:使用jpa配置update无法自动创建表,Table ‘xxx‘ doesn‘t exist


下一篇:【历史上的今天】1 月 21 日:微软创始人诞生;微信 11 周年;传奇黑客出生