Hi Christian! > On 2009-08-20 Thomas Klausner wrote: > > The "head -40" is just a workaround -- basically I would like to just > > get the -n output for the next 2 or 3 days, but I didn't find a remind > > option for that. > > Something like this: remind -n | sort | head -n 3 > Reminder for the next 3 days.
head -40 is the same as head -n 40. I'm not sure what you intend to do here, but I have more than one entry per day, so -n 3 will just give me the next three entries, not all the entries for the next three days. Cheers, Thomas _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
