Skip to content

Instantly share code, notes, and snippets.

@helpermethod
Last active June 15, 2021 11:58
Show Gist options
  • Save helpermethod/0725bca77706975bce201e3662c5fc6d to your computer and use it in GitHub Desktop.
Save helpermethod/0725bca77706975bce201e3662c5fc6d to your computer and use it in GitHub Desktop.
Delete a process by port number
pk() {
lsof -i :"$1" -s TCP:LISTEN -t | xargs kill
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment