linux 查找大文件

find . -type f -size +800M


du -h --max-depth=1 |grep 'G' |sort

哪个文件夹占用高


原文地址:https://www.cnblogs.com/angdh/p/11728717.html