[Remind-Fans] pdb > reminders problems galore
David F. Skoll
dfs at roaringpenguin.com
Fri Sep 3 22:00:06 EDT 2004
On Fri, 3 Sep 2004, David J Patrick wrote:
> After several experiments, some man page reading, and closer inspection
> of my new reminders file, as produced by pilot-link, I see that it is
> anything but clean, as far as remind is concerned.
The only character that should cause trouble with Remind is `[', which
needs to be replaced with ["["].
This will do it:
sed -e 's/\[/["["]/g' < in > out
Regards,
David.
More information about the Remind-fans
mailing list