Return to Snippet

Revision: 19623
at October 27, 2009 13:14 by tobewan


Initial Code
netstat -plan | awk '{print $6}' | sort | uniq -c

Initial URL


Initial Description


Initial Title
lists all network protocol connections filtering out column 6 and sorting the unique entries by count

Initial Tags
server

Initial Language
Bash