Skip to content

Instantly share code, notes, and snippets.

@smirnoffs
Created November 29, 2017 19:31
Show Gist options
  • Save smirnoffs/335906dd935e6baa4600beb748fa8c7a to your computer and use it in GitHub Desktop.
Save smirnoffs/335906dd935e6baa4600beb748fa8c7a to your computer and use it in GitHub Desktop.
Kill all by keyword
kill -9 `ps aux | grep <keyword> | grep -v grep | awk '{print $2}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment