Skip to content

Instantly share code, notes, and snippets.

@kgantsov
Created February 26, 2019 09:32
Show Gist options
  • Save kgantsov/56fee564cc9cadb5fef976bc096ad36c to your computer and use it in GitHub Desktop.
Save kgantsov/56fee564cc9cadb5fef976bc096ad36c to your computer and use it in GitHub Desktop.
# Usage: whoseport 8888
whoseport () {
lsof -i ":$1" | grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn} LISTEN
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment