Open intijk opened 5 years ago
Hi @intijk,
Seems like an easy addition, I'll implement it ASAP. Thanks for bringing this up :D
Cheers,
Mihir
Great, this is a very common need from system admins. Usually I type below command to achieve this, but I am getting more lazy :laughing:
cat /etc/debconf.conf | egrep "^\s*#" -v | awk NF
configuration file is a very simple type, for example, /etc/debconf.conf
configuration lines are start with
#
.Remove empty line also good. Please consider implement it , appreciate :)