//.点为查找当前目录 下 的 所有 *.php 文件里 有 hello 的文件
find . -name "*.php" | xargs grep "hello"

 

相关文章:

  • 2021-11-13
  • 2021-11-30
  • 2022-01-13
  • 2022-02-03
  • 2022-02-09
  • 2021-12-05
  • 2021-12-15
猜你喜欢
  • 2021-11-13
  • 2021-11-02
  • 2021-11-30
  • 2021-05-21
  • 2021-07-27
相关资源
相似解决方案