摘要: 有时候需要批量杀会话ps -ef|grep -i “postgres”|grep -i “idle”|awk ‘{print $2}’|xargs kill -9 阅读全文
posted @ 2017-12-29 10:19 peiybpeiyb 阅读(117) 评论(0) 推荐(0) 编辑