Skip to content

Instantly share code, notes, and snippets.

@rafaelsachetto
Created December 6, 2013 17:06
Show Gist options
  • Save rafaelsachetto/7828413 to your computer and use it in GitHub Desktop.
Save rafaelsachetto/7828413 to your computer and use it in GitHub Desktop.
jeito maroto de matar processos
ps aux | grep "PROCESS_NAME" | awk '{print $2}' | xargs kill -9 > /dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment