awk -F, '{ if($NF == "dmz"){ if($7~/^[a-z][A-Z][^@]+$/){ print $7,$NF }else if($7~/[@]/){ print $7,$NF }else if($7~/^[0-9]+$/){print $7,$NF} } }'  file

相关文章:

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