[Remind-Fans] Recurring tasks in rem output
David F. Skoll
dfs at roaringpenguin.com
Wed Jul 6 09:42:52 EDT 2011
On Wed, 06 Jul 2011 15:36:13 +0200
Jostein Berntsen <jbernts at broadpark.no> 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.
More information about the Remind-fans
mailing list