Linux 如何找到100M以上的大文件

find / -type f -size +100000k |xargs ls -lh|awk '{print $9 ":" $5}'

原文地址:https://www.cnblogs.com/young233/p/9932932.html