On Wed, 06 Jul 2011 15:36:13 +0200 Jostein Berntsen <[email protected]> wrote:
> I have this command which gives a tidy sorted output of what's up and > coming of tasks: > rem -n -b2 | sed 's/.*(..-.. .*)/1/g' | sed 's/ at//g' | sort -n -k1 The -n flag is inappropriate; it only shows the *next* occurrence of each task. I think you might want to parse "rem -p -b2" instead. Regards, David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
