Skip to content

Instantly share code, notes, and snippets.

@mwrites
Created August 20, 2016 14:49
Show Gist options
  • Save mwrites/0e8dea5e9e49ca068086e503a5615ce8 to your computer and use it in GitHub Desktop.
Save mwrites/0e8dea5e9e49ca068086e503a5615ce8 to your computer and use it in GitHub Desktop.
ps aux | grep myprocessname | cut -d " " -f 2 | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment