Created
May 5, 2014 19:30
-
-
Save nestoru/ec51f07b891a62e70380 to your computer and use it in GitHub Desktop.
Solaris kill all processes by 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
ps -ef|grep snoop|grep -v grep |awk '{print $2}'|xargs sudo kill 2>/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment