2019年1月2日

摘要: netstat -n | awk '/^tcp/ {++y[$NF]} END {for(w in y) print w, y[w]}' 阅读全文
posted @ 2019-01-02 11:05 不忘初衷,方能致远 阅读(170) 评论(0) 推荐(0)

导航