ps grep awk 結合 xargs kill進程

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