netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'
posted on 2018-08-30 16:27 马什么梅 阅读(156) 评论(0) 收藏 举报