JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

9. find

发布时间 2023-06-16 10:46:19作者: Kotlin丶
# 语法格式 find [查找范围] 寻找条件

常用参数:

find -name # 匹配名称
find -user # 匹配所有者
find -group # 匹配所属组
find -exec {} \; # 把find命令得到的结果交给随后的命令进行进一步处理。{} 表示find命令搜索出的每一个文件
# eg:
find /root/ -name a -exec cp {} /collect/ \; # 查找/root/下所有名称为a的文件并复制到/collect/下

 

    本栏目推荐文章
  • find
  • find命令的时间参数
  • android编译kanzi 问题 (1) Caused by: java.io.FileNotFoundException: Error: Could not find or access Kanzi's Android libraries directory: C:\XXXXXXX
  • ubuntu 18.04.6 编译内核kernel提示 Can't find default configuration "arch/x86/configs/socfpga_deconfig"!
  • find 命令笔记
  • 鸿蒙开发 ERROR: Failed to find the incremental input file: C:\Users\admin\.ohos\config\auto_debug_MyApplication2_com.example.myapplication2_2850086000448618441.cer.
  • [LeetCode] 1979. Find Greatest Common Divisor of Array
  • 源码学习 出现彻底解决unable to find valid certification path to requested target
  • Matlab 之 find()函数
  • 富文本编辑器wangEdiotr,编辑表格后,重新打开组件报错Error in callback for watcher “value“: “Error: Cannot find a descenda(json爆红)
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们