Skip to content

Instantly share code, notes, and snippets.

@ebouchut
Created August 17, 2015 16:32
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 ebouchut/4ba7d62aa310b0266a94 to your computer and use it in GitHub Desktop.
Save ebouchut/4ba7d62aa310b0266a94 to your computer and use it in GitHub Desktop.
# Remove comment that spans a whole line (like this one)
# and comments at the end of a line like the following
: echo "Hello" # comment at the end of a line
sed -e 's/#.*$//g' -e '/^[ \t]*$/d' file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment