Skip to content

Instantly share code, notes, and snippets.

@fmoliveira
Created October 2, 2018 18:42
Show Gist options
  • Save fmoliveira/4c273b9dbf86dc880584e3c1bbcd6222 to your computer and use it in GitHub Desktop.
Save fmoliveira/4c273b9dbf86dc880584e3c1bbcd6222 to your computer and use it in GitHub Desktop.
My Shell Helper Functions
whoport() {
lsof -nP -i4TCP:$@ | grep LISTEN
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment