码迷,mamicode.com
首页 > 系统相关 > 详细

批量kill进程

时间:2018-03-30 12:10:29      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:bsp   UNC   pos   gre   bash   fun   kill   进程   plain   

 

ps -ef | grep xxx | grep -v grep awk ‘{print "kill -9 "$2}‘|sh

 

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

批量kill进程

标签:bsp   UNC   pos   gre   bash   fun   kill   进程   plain   

原文地址:https://www.cnblogs.com/codechange/p/8675029.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!