Skip to content

Instantly share code, notes, and snippets.

@ymxmore
Created May 18, 2016 06:12
Show Gist options
  • Select an option

  • Save ymxmore/c63e5bdffb3ae314c1a11f95d0d15198 to your computer and use it in GitHub Desktop.

Select an option

Save ymxmore/c63e5bdffb3ae314c1a11f95d0d15198 to your computer and use it in GitHub Desktop.
ps ax | grep <process name> | grep -v grep | awk '{print $1}' | sudo xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment