/ Published in: Bash
Expand |
Embed | Plain Text
netstat -nat | awk '{ print $5}' | cut -d: -f1 | sed -e '/^$/d' | uniq
You need to login to post a comment.
tobewan on 10/27/09
server commands dv Dedicated-Virtual
1 person have marked this snippet as a favorite
netstat -nat | awk '{ print $5}' | cut -d: -f1 | sed -e '/^$/d' | uniq
You need to login to post a comment.