Revision: 17752
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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