Skip to content

Instantly share code, notes, and snippets.

@scheibinger
Last active August 29, 2015 13:57
Show Gist options
  • Save scheibinger/9466136 to your computer and use it in GitHub Desktop.
Save scheibinger/9466136 to your computer and use it in GitHub Desktop.
osx bash snippets
#what is listening on port 8080 ?
lsof -i -n -P | grep TCP | grep LISTEN | grep 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment