技术宅,fat-man

增加语言的了解程度可以避免写出愚蠢的代码

导航

批量杀死进程的脚本

ps -ef| grep "/work/stat/read/search/sphinx/book_search_content.sh"|awk '{print $2}'|while read pid; do kill -9 $pid; done

 

posted on 2014-01-06 16:56  codestyle  阅读(191)  评论(0编辑  收藏  举报