Skip to content

Instantly share code, notes, and snippets.

@Alina-chan
Created February 18, 2021 13:26
Show Gist options
  • Save Alina-chan/72597453018dccac08169a1e053e89a9 to your computer and use it in GitHub Desktop.
Save Alina-chan/72597453018dccac08169a1e053e89a9 to your computer and use it in GitHub Desktop.
Remove comments from file
sudo sed -i 's/^\#.*$//g' PATH/FILE.EXTENSION && sudo sed -i '/^$/d' PATH/FILE.EXTENSION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment