Hapus garis yang dimulai dengan sed
# Delete all lines starting with '#'
$ sed -i '/^#/d' filepath
Grotesque Gentoo
# Delete all lines starting with '#'
$ sed -i '/^#/d' filepath