linux查找并杀死进程shell

ps -ef|grep java -cp .*jar|grep -v grep|cut -c 9-15|xargs kill -9

  

原文地址:https://www.cnblogs.com/binz/p/7421532.html