Return to Snippet

Revision: 19622
at October 27, 2009 13:12 by tobewan


Initial Code
netstat -an|awk '/tcp/ {print $6}'|sort|uniq -c

Initial URL


Initial Description


Initial Title
all network connections filtering out anything in column 6 that matches '/tcp/' and sorts the unique entries by count

Initial Tags
server

Initial Language
Bash