Created
January 8, 2015 18:14
-
-
Save Andrewpk/0bbbcfdce9fe7537248e to your computer and use it in GitHub Desktop.
Ports being listened to on my machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netstat -an | grep LISTEN | awk '{ print $4 }' | rev | cut -d: -f1 | rev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment