#procedure_name = 进程名; $ ps -ef | grep procedure_name | grep -v grep | awk '{print $2}' | xargs kill -9