Hello:
I have a .reminder file with this test content:

REM Feb 13 +7 RUN ls k || mkdir $(date +%Y-%m-%d)_remind_error &

I run remind .remider on February 7, 2026 and the file k does not exist,
therefore the folder is created, but the date command fails, it creates
this folder:

2026-February-13_remind_error

instead of this:

2026-02-07_remind_error

that is created using this command:

REM 13 Feb +7 RUN ls k || mkdir $(date -I)_remind_error &

As you can see, date is showing the REM date, and it doesn't make sense.
Any idea what's going on? Thank you so much

_______________________________________________
Remind-fans mailing list
[email protected]
https://dianne.skoll.ca/mailman/listinfo/remind-fans
Remind is at https://dianne.skoll.ca/projects/remind/

Reply via email to