netstat -tlnp | awk 'NR>=3{print $4"|"$7}' | egrep '[0-9]+|[0-9]+/./[a-zA-Z-]' -o|awk -F'[|/]' '{print $1,$NF}'|sort|uniq |sort -k 2

转自https://www.cnblogs.com/peitianwang/p/15210430.html

相关文章:

  • 2022-12-23
  • 2021-12-06
  • 2021-07-27
  • 2021-04-19
  • 2021-07-23
猜你喜欢
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
  • 2021-11-18
  • 2022-02-14
相关资源
相似解决方案