reminder, a very simple birthday reminder. reads a textfile, containing birthdays, every single line is a birthday, the file have to be sorted. The format is simple: #This is a Comment #first comes a date, dd.mm.yyyy 01.01.2000 Matthias Example Birthday #eof parameters are the filename to parse or if none is given, the env-variable REMINDER_FILE is read. Then it prints out the birthdays within 10 days (and the birthdays a day ago). 9.5.2006 by Matthias Ableitner, http://abma.de/