Skip to content

Instantly share code, notes, and snippets.

@Benoss
Created December 21, 2016 02:25
Show Gist options
  • Save Benoss/975251d86f97bb004bd5f69b71a37748 to your computer and use it in GitHub Desktop.
Save Benoss/975251d86f97bb004bd5f69b71a37748 to your computer and use it in GitHub Desktop.
ps aux | grep process_name | grep refined_grep | awk '{print $2}' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment