I have a very long config file with hardly comment and uncomment line Now I want to print out lines with uncomment
# LOCAL PATHNAME INFORMATION
#
# The queue_directory specifies the location of the Postfix queue.
# This is also the root directory of Postfix daemons that run chrooted.
# See the files in examples/chroot-setup for setting up Postfix chroot
# environments on different UNIX systems.
#
queue_directory = /var/spool/postfix
# The command_directory parameter specifies the location of all
# postXXX commands.
#
command_directory = /usr/sbin
I want the output is lines with no comment
queue_directory = /var/spool/postfix
command_directory = /usr/sbin