Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Quetzalcohuatl/bce17d4d4ce1ab0e45ac444a248315eb to your computer and use it in GitHub Desktop.
Save Quetzalcohuatl/bce17d4d4ce1ab0e45ac444a248315eb to your computer and use it in GitHub Desktop.
ps auxww | grep phrase_to_find // find the pid, make sure it's not the grep pid.
kill -9 <pid>
(pkill kills by name, helpful if lots of similarly named things)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment