ps grep awk 结合 xargs kill进程

ps -ef|grep "node client"|grep -v grep|awk '{print $2}'|xargs kill -15
相关文章
相关标签/搜索