Published on September 13, 2025 Uncomment Config 1 minute read • bashlifesaverconfig lost+found To free a configuration file from comments and empty lines, you can use the sed command. sed -e '/^[;#].*$/d' -e '/^$/d' /etc/config_file.conf