YSITD_TG_Bot2 says to #ysitd<seadog007>: res=`netstat -tnW | grep MyPort | awk '{print $5}' ` echo $res | awk -F '[.: ]' '{printf("%03d.%03d.%03d.%03d:%05d\n",$1,$2,$3,$4,$5)};' | sort -n | uniq -c -w 16 | nl echo $res | wc -lat Tue, Oct 11, 2016 12:21 AM