Return to Snippet

Revision: 19625
at October 27, 2009 13:17 by tobewan


Initial Code
netstat -nat | awk '{ print $5}' | cut -d: -f1 | sed -e '/^$/d' | uniq | wc -l

Initial URL


Initial Description


Initial Title
Print the total number of unique IP addresses

Initial Tags
server

Initial Language
Bash