批量kill进程

#ps -ef | grep dw- | grep -v grep | awk '{print "kill -9 "$2}'|sh

 

posted @ 2021-06-03 15:33  leihongnu  阅读(40)  评论(0)    收藏  举报