Skip to content

Instantly share code, notes, and snippets.

@kyob
Created September 7, 2023 06:57
Show Gist options
  • Select an option

  • Save kyob/6891157a1f7a8332f9f034a570211037 to your computer and use it in GitHub Desktop.

Select an option

Save kyob/6891157a1f7a8332f9f034a570211037 to your computer and use it in GitHub Desktop.
remove comments and empty lines
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