Skip to content

Instantly share code, notes, and snippets.

@michaeldv
Created August 2, 2012 21:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeldv/3240938 to your computer and use it in GitHub Desktop.
Save michaeldv/3240938 to your computer and use it in GitHub Desktop.
function k() {
kill -9 $(ps ax | grep $1 | grep -v grep | awk '{print $1}')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment