Created
September 7, 2023 06:57
-
-
Save kyob/6891157a1f7a8332f9f034a570211037 to your computer and use it in GitHub Desktop.
remove comments 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
| grep -v '^[[:space:]]*#' file.conf | grep -v '^[[:space:]]*$' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment