Created
February 8, 2016 20:41
-
-
Save mabroor/e15e0fadbf688e5b8eb9 to your computer and use it in GitHub Desktop.
cat lines of a config file without the comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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