[Remind-Fans] Sort option
Users of Remind
remind-fans at lists.skoll.ca
Tue Jun 1 14:24:52 EDT 2021
On Tue, 1 Jun 2021 14:10:16 -0400
Users of Remind via Remind-fans <remind-fans at lists.skoll.ca> wrote:
> remind -n -gaa "$RemindFile" | grep "2021/06/01"`
Don't use -n. You want to use -p instead.
Generally speaking, if you want to filter Remind output with other
programs, you want to use the -p, -pp or -ppp output format, which
is designed for machine-parsing.
-n just prints the next occurrence of a reminder and it ignores any
sort options. (This isn't documented in the manual, but probably
should be...)
Regards,
Dianne.
More information about the Remind-fans
mailing list