linux 删除文件(Linux怎么清空与删除指定大小文件
生活常识 2023-04-18 07:35生活常识www.wozhengxing.cn
1、按大小查询 查找文件size小于10个字节的文件或目录 find ./ -size -10c 查找文件size等于10个字节的文件或目录 find ./ -size 10c 查找文件size大于10个字节的文件或目录 find ./ -size +10c 2、其他 大于1G find -type f -size +1G|xargs ls -l 小于100M find -type f -size -100M|xargs ls -l 3、清空 find -type f -size +1G|xargs cp /dev/null 4、删除 find -type f -size +1G|xargs rm -rf
上一篇:宣传部副部长什么级别(文体局是什么单位)
下一篇:什么的芦苇(什么般的芦苇填空)