elif [ -f "$FILE" ]; then
fgrep-vf "$FILE" >/tmp/reminder.notty.$$ && fgrep-vf /tmp/reminder.notty.$$ "$FILE" >>/tmp/reminder.notty.$$ && cat /tmp/reminder.notty.$$ >"$FILE" && /bin/rm /tmp/reminder.notty.$$
else
fgrep-vf >>"$FILE"
fi