awk原来还能这么写
摘要:
摘自:https://www.programminghunter.com/article/4059642524/ # netstat -n | awk '/^tcp/ {++y[$NF]} END {for(w in y) print w, y[w]}' TIME_WAIT 9584SYN_SENT 阅读全文
posted @ 2022-09-19 14:22 9394952 阅读(10) 评论(0) 推荐(0) 编辑