Apr 20, 2013 linux 记录一条命令 以前随便敲敲的,现在想了老半天。netstat -nat | awk '{++S[$NF]} END {for(a in S) print a,"\t",S[a]}'