Hi,
After a few years trying multiple things for naming files, I have decided to settle for the format YYYY-MM-DD or YYYY-MM when the filename must contain a date (for example invoice). Now I would like to rename some old files and have two questions:
1/ Is there an easy way to change file names which would contain "YYYYMMDD" or "YYYY MM DD" to "YYYY-MM-DD"?
2/ Is there an easy way to move the date string from the beginning of the filename to the end or vice-versa?
For example:
"202207-Telecom-Invoice.pdf" would become "Telecom-Invoice-2022-07.pdf"
Thanks a lot for your ideas!