find . -type f | xargs grep '要查找的内容'

find . -type f -name "*.csv" -o -name "*.json" | xargs grep '15010*' -l

相关文章:

  • 2021-12-15
  • 2021-12-05
  • 2021-12-27
  • 2021-06-24
  • 2022-12-23
猜你喜欢
  • 2022-02-03
  • 2021-06-19
  • 2022-12-23
  • 2021-12-31
  • 2022-01-31
  • 2021-08-30
相关资源
相似解决方案