shell批量杀死进程

 ps -ef|grep server-1.0.jar|grep -v grep|awk '{print "kill -9 "$2}'|sh