gzip -dc myfile.gz | grep 'Exception' | more

或者

gzip -c myfile.gz | grep 'Exception' | more

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2021-11-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案