Skip to content

Instantly share code, notes, and snippets.

@asolera
Created November 1, 2021 16:08
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 asolera/a0d1961be728f3cc050c62e4d51abe25 to your computer and use it in GitHub Desktop.
Save asolera/a0d1961be728f3cc050c62e4d51abe25 to your computer and use it in GitHub Desktop.
Show simple config files
#!/bin/bash
cat file.conf | grep -v '#' | grep -ve '^$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment