remove all lines that starts with "%" bash code example Example: delete a line starting with sed # Delete all lines starting with '#' $ sed -i '/^#/d' filepath