[centos6.2] find的命令 查找系统中的大文件 并 列出大小

sudo find / -type f -size +1024000k -exec du -h {} \;

你可能感兴趣的:([centos6.2] find的命令 查找系统中的大文件 并 列出大小)