Skip to content

Instantly share code, notes, and snippets.

@nplusp
Created September 2, 2016 10:18
Show Gist options
  • Save nplusp/d2eeb271f5b0cd1f14a679c65a7f79e1 to your computer and use it in GitHub Desktop.
Save nplusp/d2eeb271f5b0cd1f14a679c65a7f79e1 to your computer and use it in GitHub Desktop.
ps ax | grep PROCESS_NAME | awk '{print "kill -9 " $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment