查找大文件-清理linux磁盘
https://www.cnblogs.com/kerrycode/p/4391859.html
find . -type f -size +800M -print0 | xargs -0 du -h | sort -nr
有时候,不小心知道了一些事,才发现自己所在乎的事是那么可笑。
https://www.cnblogs.com/kerrycode/p/4391859.html
find . -type f -size +800M -print0 | xargs -0 du -h | sort -nr