linux - 查看最大的N个文件 find largest n files in linux 2021-03-31 08:21 访问量: 330 如下。参考: google: linux largest n file 记得使用root 权限查看。 du -a / | sort -n -r | head -n 2000 > /tmp/largest_n