[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
change reminder
- To: http://www.spamgourmet.com/~home.robertwork
- Subject: change reminder
- From: http://dummy.us.eu.org/robert (Robert)
- Date: Thu, 06 Apr 2017 08:01:31 -0700
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