天天看点

Linux 查找500M以上的文件

find / -size +500M -exec ls -ld {} \;

find  / -type f -size +50M

Linux 查找500M以上的文件