01 2019 档案

摘要:以下正则可以过滤掉PostgreSQL配置文件被注释的部分,包括'#'前带空格的部分,但参数前带空格的部分不会过滤掉 postgres@linux-ij7j:/opt/pg8122/data> cat postgresql.conf | grep -Ev '^#|^$|^[[:space:]]+[#]' 阅读全文
posted @ 2019-01-21 17:40 emplay 阅读(261) 评论(0) 推荐(0)