Created
November 9, 2014 02:25
-
-
Save birchestx/f67888e84ff7ef3d7390 to your computer and use it in GitHub Desktop.
Kill all processes using a partial match on name From http://stackoverflow.com/questions/8987037/how-to-kill-all-processes-with-a-given-partial-name
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
pkill -f my_pattern | |
e.g | |
pkill -f test.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment