Created
August 8, 2015 08:29
-
-
Save nikos-glikis/9245cb97695ffb700e33 to your computer and use it in GitHub Desktop.
kill all commands that match text (ps aux)
This file contains 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 "text" | awk '{print $2}' | xargs kill |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment