Skip to content

Instantly share code, notes, and snippets.

@gad0lin
Created March 17, 2017 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gad0lin/e8735902d2c5b2d1a02dfe295e95ae06 to your computer and use it in GitHub Desktop.
Save gad0lin/e8735902d2c5b2d1a02dfe295e95ae06 to your computer and use it in GitHub Desktop.
netstat -nlp | grep 0.0.0.0:8080 | awk '{print $7}' | cut -d/ -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment