Created
August 20, 2016 14:49
-
-
Save mwrites/0e8dea5e9e49ca068086e503a5615ce8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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