标签:shell
netstat -nt |awk ‘/10080/ {print $NF}‘|sort |uniq -c
netstat -nt |grep 10080 |awk ‘{print $NF}‘|sort |uniq -c
本文出自 “向山看海” 博客,请务必保留此出处http://qiantu.blog.51cto.com/9347849/1548804
常用shell命令记录
原文地址:http://qiantu.blog.51cto.com/9347849/1548804