4. find -type
- f 文件
- d 目录
- l 连接
5. find -size
6. find -maxdepth -2 (最深路径为2)
7. find ./ -maxdepth 1 -size -10k -exec ls -l {} \;
8. find ./ -type l|xargs ls -l (xargs将find命令查找结果分成若干块输出给后面的指令)
find命令是linux系统查找文件的命令,find命令能帮助用户在使用管理linux日常事务时方便地查找用户所需要的文件。find [路径] [选项] [操作]
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M