Command netstat sort

来自三线的随记
Admin讨论 | 贡献2019年11月14日 (四) 15:43的版本 (创建页面,内容为“netstat -anp |awk '{print $6}'|sort|uniq -c |sort -rn 分类:Linux”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

netstat -anp |awk '{print $6}'|sort|uniq -c |sort -rn