#!/bin/bash

FILE="$1"

sed '/^#.*fuzzy$/d;s/fuzzy.*c-format/c-format/' $FILE > $FILE-meg-temp

mv -f $FILE-meg-temp $FILE