linux命令之find命令简单概述(2)
发布时间:2021-03-14 12:02 所属栏目:53 来源:网络整理
导读:输出: [root@localhost test]# find . -size +1000c -print../test4./scf./scf/lib./scf/service./scf/service/deploy./scf/service/deploy/product./scf/service/deploy/info./scf/doc./scf/bin./log2012.log./te
输出: [root@localhost test]# find . -size +1000c -print . ./test4 ./scf ./scf/lib ./scf/service ./scf/service/deploy ./scf/service/deploy/product ./scf/service/deploy/info ./scf/doc ./scf/bin ./log2012.log ./test5 ./test5/test3 ./test3 [root@localhost test]# 说明: 查找当前目录大于1K的文件 以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持编程小技巧。 (编辑:ASP站长网) |
相关内容
网友评论
推荐文章
热点阅读