I need to monitor some files that are dynamically generated everyday.
They all have a dynamic timestamp prefix and a constant suffix.
Something like this:
20220709101112_file_name.txt
With that, I can write a simple script to find and list all the new files.
I could...