shell 脚本批量删掉会话

有时候需要批量杀会话

ps -ef|grep -i “postgres”|grep -i “idle”|awk ‘{print $2}’|xargs kill -9

posted @ 2017-12-29 10:19  peiybpeiyb  阅读(117)  评论(0编辑  收藏  举报