Skip to content

Instantly share code, notes, and snippets.

@nestoru
Created May 5, 2014 19:30
Show Gist options
  • Save nestoru/ec51f07b891a62e70380 to your computer and use it in GitHub Desktop.
Save nestoru/ec51f07b891a62e70380 to your computer and use it in GitHub Desktop.
Solaris kill all processes by name
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