Created
November 8, 2013 13:52
-
-
Save rodebert/7371314 to your computer and use it in GitHub Desktop.
Which process is listening on $PORT on Mac OSX
This file contains 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
lsof -n -i4TCP:$PORT | grep LISTEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment