linux查找并杀死进程shell

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

  

posted @ 2017-08-24 09:55  Binz  阅读(322)  评论(0编辑  收藏  举报