Skip to content

Instantly share code, notes, and snippets.

@x
Created August 6, 2014 21:57
Show Gist options
  • Select an option

  • Save x/ae168992c33024d9d4c9 to your computer and use it in GitHub Desktop.

Select an option

Save x/ae168992c33024d9d4c9 to your computer and use it in GitHub Desktop.
kill by grep
ps aux | grep FOOBARBAZ | tr -s ' ' | cut -d' ' -f2 | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment