Return to Snippet

Revision: 17752
at September 14, 2009 02:34 by wearetherock


Initial Code
kill -9 $(ps -eo pid,command | grep -P "(Util_).+[(py)|(pl)]|(Service_.+[(py)|(pl)])" | awk '{print $1}')

Initial URL


Initial Description


Initial Title
Kill Process with Perl Regular Expression

Initial Tags
Bash, linux, perl

Initial Language
Bash