Skip to content

Instantly share code, notes, and snippets.

@FraGoTe
Created March 25, 2014 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FraGoTe/9766811 to your computer and use it in GitHub Desktop.
Save FraGoTe/9766811 to your computer and use it in GitHub Desktop.
DIrective to kill a process
ps x | grep netbeans | grep java | awk '{print $1}' | xargs kill -15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment