On Sat 16 May 2026 at 22:00:20 (-0500), David Wright wrote:
> I use a bash function for this task. I've attached it as some of the
> lines are a bit long. I have it in my ~/.bashrc, making it always
> available.
… … …
> [Aside: replace the echo commands if they offend you.
> I have msgerr and msgout functions in their place.]
If you run the attachment with … today today, you'll
realise that I left one of the msgerr commands unchanged.
> [ "$Timea" = "$Timeb" ] && msgerr "Times are the same (one minute
> resolution)" && return 1
↑
echo
Cheers,
David.