Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created June 10, 2020 12:04
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 parsibox/3f06c5bb719c4c70ac87d68c5bfa87b7 to your computer and use it in GitHub Desktop.
Save parsibox/3f06c5bb719c4c70ac87d68c5bfa87b7 to your computer and use it in GitHub Desktop.
linux command kill with name
pgrep "xxxxxxxxxxxxxx" | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment