/ Published in: Bash
Expand |
Embed | Plain Text
netstat -an|awk '/tcp/ {print $6}'|sort|uniq -c
You need to login to post a comment.
netstat -an|awk '/tcp/ {print $6}'|sort|uniq -c
You need to login to post a comment.