Subj : Top-5 User Bulletin Generator
To : Digital Man
From : Codefenix
Date : Sat Jan 15 2022 10:35 am
Re: Top-5 User Bulletin Generator
By: Digital Man to Codefenix on Fri Jan 14 2022 05:47 pm
DM> "????22.log" would be a valid glob/directory pattern to only match files
DM> with exactly 8 characters in the base filename and the last part matching
DM> "22.log". Even better would be to use a regular expression
Awesome. The question mark notation of "????22.log" works great and is what I ended up going with. I updated the code on git.
I may revisit with a regex approach at some point, but this certainly does the job for now. :)