Удалить линию, начиная с SED
# Delete all lines starting with '#'
$ sed -i '/^#/d' filepath
Grotesque Gentoo
# Delete all lines starting with '#'
$ sed -i '/^#/d' filepath