Skip to content

Instantly share code, notes, and snippets.

@amorgun
Created May 31, 2016 11:59
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 amorgun/e21e941af61458698047e1e28b4e34a5 to your computer and use it in GitHub Desktop.
Save amorgun/e21e941af61458698047e1e28b4e34a5 to your computer and use it in GitHub Desktop.
Kill all processes by name
sudo kill -9 $(ps aux | grep <name> | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment