ps -ef|grep httpServer|grep -v grep|cut -c 9-15|xargs kill -9

594 查看

linux 下杀死多个进程的命令

ps -ef|grep httpServer|grep -v grep|cut -c 9-15|xargs kill -9