ps -ef|grep 关键词 | grep -v grep |  awk '{print $2}' | xargs -t kill -9 

相关文章: