内容查找(递归)

grep /etc/httpd/modules/ -lr '51ditu' *

文件名查找(递归,不适合查找modules)

find /etc/httpd/ -name httpd.conf 

相关文章:

  • 2021-11-02
  • 2021-09-05
  • 2021-09-30
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2022-01-27
  • 2022-12-23
  • 2021-12-01
相关资源
相似解决方案