Skip to content

Instantly share code, notes, and snippets.

@mccun934
Created May 15, 2019 21:48
Show Gist options
  • Save mccun934/879cefe4ce6cd39e70fe8058e8bca2a2 to your computer and use it in GitHub Desktop.
Save mccun934/879cefe4ce6cd39e70fe8058e8bca2a2 to your computer and use it in GitHub Desktop.
postgres settings without comments or whitespace
cat postgresql.conf |awk '{$1=$1};1' |grep -v "^#" | egrep -v "^[ ]*$|^#" |more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment