Skip to content

Instantly share code, notes, and snippets.

@thomo
Last active January 3, 2020 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomo/1f1d7bb86e74b9686bf7afbaed01b982 to your computer and use it in GitHub Desktop.
Save thomo/1f1d7bb86e74b9686bf7afbaed01b982 to your computer and use it in GitHub Desktop.
An alias to show only the relevant lines in (most) linux config files - just skip typical comment and empty lines.
alias mwc='grep -v -e '\''^;'\'' -e '\''^[[:space:]]*#'\'' -e '\''^[[:space:]]*$'\'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment