On 19.05.10,22:19, Eugene wrote: > On Tue, 18 May 2010 22:47:41 +0400 > Eugene <[email protected]> wrote: > > > I have a new question about using remind. Is there a way to print > > reminders active just today (without piping remind's output to grep)? > > And, in addition, is it possible to print all reminders active next N > > days without duplicates? > > Ah, forget it. Just discovered the fact that I can run remind without > options and found -t option. I have excessive empty lines in this case, > but it isn't something I will worry about. >
You can remove empty lines by piping your rem output to: | sed 's/./!d' Jostein _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
