I have a lot of files that need renaming.
All of them are named in the following format:
MM DD YYYY filename.txt
These dates are not related to any timestamp in each file. They were given manually when processing them.
I need to change their names to:
YYYY MM DD filename.txt
Do you have any ideas?
I've tried bash and awk scripts, but don't have much experience and all them have failed.
Thanks in advance for anyone who comments here!
Hope everybody is safe and washing their hands.