Skip to content

Instantly share code, notes, and snippets.

@v9n
Created September 22, 2013 07:44
Show Gist options
  • Save v9n/6657703 to your computer and use it in GitHub Desktop.
Save v9n/6657703 to your computer and use it in GitHub Desktop.
kill all process under a name
kill -9 `ps -ef | grep 'pattern' | awk '{print $2}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment