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  阅读(333)  评论(0)    收藏  举报