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