Skip to content

Instantly share code, notes, and snippets.

@mabroor
Created February 8, 2016 20:41
Show Gist options
  • Save mabroor/e15e0fadbf688e5b8eb9 to your computer and use it in GitHub Desktop.
Save mabroor/e15e0fadbf688e5b8eb9 to your computer and use it in GitHub Desktop.
cat lines of a config file without the comments
egrep -v "^\s*(#|$)" /etc/squid/squid.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment