Löschen Sie eine Linie, beginnend mit SED
# Delete all lines starting with '#'
$ sed -i '/^#/d' filepath
Grotesque Gentoo
# Delete all lines starting with '#'
$ sed -i '/^#/d' filepath