linux下使用ps批量kill进程

ps ax|grep node|awk '{print $1}'|xargs kill

posted @ 2014-11-03 16:49  ference  阅读(424)  评论(0编辑  收藏  举报