ps -ef|grep "node client"|awk ‘{print $2}‘|xargs kill -9
ps grep awk 结合 xargs kill进程
原文:http://www.cnblogs.com/xunux/p/7001112.html