Skip to content

Instantly share code, notes, and snippets.

@Marahin
Created October 2, 2018 08:30
Show Gist options
  • Save Marahin/d638039fbd8c414887122b0dc8c1c96d to your computer and use it in GitHub Desktop.
Save Marahin/d638039fbd8c414887122b0dc8c1c96d to your computer and use it in GitHub Desktop.
GREP to ignore all leading whitespace characters and find only lines that are not commented out with a "#"
grep '^[[:blank:]]*[^[:blank:]#;]' file.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment