命令示例:
awk '{if($0~"listAuths") print}'   xxx.log
解释说明:
抽取xxx.log整个日志文件中,包含“listAuths”的行,打印输出

相关文章:

  • 2023-01-11
  • 2022-12-23
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
猜你喜欢
  • 2021-10-13
  • 2022-01-06
  • 2021-06-03
  • 2022-12-23
  • 2022-01-25
  • 2021-05-18
  • 2022-12-23
相关资源
相似解决方案