Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Created May 11, 2018 01:24
Show Gist options
  • Select an option

  • Save gregjhogan/bd37f608cd6fcfb80277d11311928d96 to your computer and use it in GitHub Desktop.

Select an option

Save gregjhogan/bd37f608cd6fcfb80277d11311928d96 to your computer and use it in GitHub Desktop.
ps grep kill
ps -ef | grep <filter-here> | grep -v grep | awk '{print $2}' | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment