/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
kill -9 $(ps -eo pid,command | grep -P "(Util_).+[(py)|(pl)]|(Service_.+[(py)|(pl)])" | awk '{print $1}')