1. 首页
  2. 数据库
  3. 其它
  4. Linux 基础命令 — find

Linux 基础命令 — find

上传者: 2021-01-16 17:26:03上传 PDF文件 33.47KB 热度 24次
命令介绍 命令:find 在指定路径遍历查找文件 用法:find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression find 路径 选项 表达式 命令选项 [root@fp-21 ~]# find --help Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression] -name # 根据文件名中查找 -iname # 根据文件
用户评论