摘要: netstat -atn | awk '/:80\>/{S[$NF]++}END {for(A in S) {print A,S[A]}}' 阅读全文
posted @ 2016-10-23 15:17 浮沉一梦 阅读(157) 评论(0) 推荐(0) 编辑