How-to-simply...

Filter comments from config file with grep on Linux

  • 1 grep -v -e '^\s*#' -e '^$' config.conf

References