同样的,也可以应用于其他场景,修改java为其他的参数即可
java
ps -ef | grep java | grep -v grep | awk '{print $2}' | xargs kill -9