Skip to content

Instantly share code, notes, and snippets.

@benbaker
Created June 15, 2014 01:44
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 benbaker/b7beb3c6e66188515738 to your computer and use it in GitHub Desktop.
Save benbaker/b7beb3c6e66188515738 to your computer and use it in GitHub Desktop.
Bash: Kill all processess container word
kill $(ps aux | grep 'node' | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment