waterye

kill某些进程

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

posted on 2007-03-19 23:12 waterye 阅读(565) 评论(0)  编辑  收藏 所属分类: Linux