如何在 Linux 中查找最大的 10 个文件

https://linux.cn/article-9495-1.html

find / -type f -print0 | xargs -0 du -h | sort -rh | head -n 10

 

posted @ 2018-12-24 16:34  任国强  阅读(485)  评论(0编辑  收藏  举报