首先到相当的目录下面,按下面方式查找
find . -type f -size +800M -print0 | xargs -0 ls -lah
或者从根目录(/)开始查找
find / -type f -size +800M -print0 | xargs -0 ls -lah
首先到相当的目录下面,按下面方式查找
find . -type f -size +800M -print0 | xargs -0 ls -lah
或者从根目录(/)开始查找
find / -type f -size +800M -print0 | xargs -0 ls -lah
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。