linux查找杀死进程

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

ps -ef |grep think | grep -v grep |awk '{print $2}'|xargs kill -9

posted @ 2020-10-19 09:59  仁义礼智信的  阅读(79)  评论(0编辑  收藏  举报