# get the custom lines (uncommented lines) from a file with empty lines removed grep -v '^#' gitlab.rb | sed '/^\s*$/d'