摘要: 1. find查找大小 find dir -type f # 仅查找文件 find -size 文件大小 例如 find -type f -size 100k # 查找大小为100k的文件 find -type f -size -20M # 查找小于20M(不含20M)的文件 find -type 阅读全文
posted @ 2020-12-04 17:59 唐大侠的小迷弟 阅读(722) 评论(0) 推荐(0)