snippet to look for effective config lines in config files
# look for non-commented, non-empty lines | |
grep -v '^\s*\(#.*\)\?$' /etc/someconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment