批量杀死进程的脚本
摘要:
ps -ef| grep "/work/stat/read/search/sphinx/book_search_content.sh"|awk '{print $2}'|while read pid; do kill -9 $pid; done 阅读全文
posted @ 2014-01-06 16:56 codestyle 阅读(204) 评论(0) 推荐(0)
增加语言的了解程度可以避免写出愚蠢的代码
2014年1月6日 #
posted @ 2014-01-06 16:56 codestyle 阅读(204) 评论(0) 推荐(0)
posted @ 2014-01-06 16:27 codestyle 阅读(2011) 评论(0) 推荐(0)
posted @ 2014-01-06 13:32 codestyle 阅读(4334) 评论(0) 推荐(0)