Usuń linię zaczynającą się od SED
# Delete all lines starting with '#'
$ sed -i '/^#/d' filepath
Grotesque Gentoo
# Delete all lines starting with '#'
$ sed -i '/^#/d' filepath