标签:图片 ace ali com 包括 配置文件 src grep mode
以下正则可以过滤掉PostgreSQL配置文件被注释的部分,包括‘#‘前带空格的部分,但参数前带空格的部分不会过滤掉
postgres@linux-ij7j:/opt/pg8122/data> cat postgresql.conf | grep -Ev ‘^#|^$|^[[:space:]]+[#]‘
标签:图片 ace ali com 包括 配置文件 src grep mode
原文地址:https://www.cnblogs.com/baisha/p/10300025.html