Delete lines matching pattern linux

Remove all comment lines starting with #

sed -i '/^#/d' config.conf