Skip to content

Instantly share code, notes, and snippets.

@joeSaad
Created July 28, 2017 01:27
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 joeSaad/bad62b9376e9aa0392a34d5be37d2607 to your computer and use it in GitHub Desktop.
Save joeSaad/bad62b9376e9aa0392a34d5be37d2607 to your computer and use it in GitHub Desktop.
kill process for jboss on mac
ps -ef | grep jboss | 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