Return to Snippet

Revision: 19624
at October 27, 2009 13:16 by tobewan


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

Initial URL

                                

Initial Description

                                

Initial Title
List unique IP addresses

Initial Tags
server

Initial Language
Bash