Skip to content

Instantly share code, notes, and snippets.

@timoyuen
Created November 27, 2014 08:18
Show Gist options
  • Save timoyuen/94f9ea3cd7253144e543 to your computer and use it in GitHub Desktop.
Save timoyuen/94f9ea3cd7253144e543 to your computer and use it in GitHub Desktop.
grep remove blank line and remove bash comment
cat /etc/dnsmasq.conf | grep -v '^$' | grep -v '#'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment