Skip to content

Instantly share code, notes, and snippets.

@samcre
Created March 5, 2018 09:49
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 samcre/506268b99189f6bcbcb569321926549a to your computer and use it in GitHub Desktop.
Save samcre/506268b99189f6bcbcb569321926549a to your computer and use it in GitHub Desktop.
Print file without line comment
grep -E -v "^\s*(#|$)" ${FILENAME}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment