Linux find 命令用来在指定目录下查找文件。

任何位于参数之前的字符串都将被视为欲查找的目录名。如果使用该命令时,不设置任何参数,则 find 命令将在当前目录下查找子目录与文件。并且将查找到的子目录和文件全部进行显示。

语法:

find   path   -option   [   -print ]   [ -exec   -ok   command ]   {} \;

  

 

 

参考:

1、https://blog.csdn.net/a1809032425/article/details/79810284

 2、https://www.runoob.com/linux/linux-comm-find.html

相关文章:

  • 2021-10-20
  • 2021-09-21
  • 2021-07-27
  • 2021-11-01
  • 2021-10-22
  • 2021-10-01
  • 2022-02-12
  • 2021-08-11
猜你喜欢
  • 2022-12-23
  • 2021-08-30
  • 2021-05-28
  • 2021-07-21
  • 2021-06-22
  • 2021-05-29
相关资源
相似解决方案