Created
January 10, 2022 10:53
-
-
Save sarkrui/6cea9953e3e90d6487bd5849fa38530a to your computer and use it in GitHub Desktop.
Eliminate commented and empty lines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
cat *.config | grep -v '^#' | grep -v '^[[:space:]]*$' | |
``` |
Author
sarkrui
commented
Jan 11, 2022
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment