I am trying to figure out how I can move characters (or a string of characters, in this case the year in a date) from the end forward to a specified position but counted from the end and then move this new date completely behind the first word...?
I have a lot of files with this format:
AAA BBB CCC DDD ... MM DD YYYY.xyz
I would like to a) first move the YYYY in front of the MM DD and b) then (or simultaneously if possible?) move the whole YYYY MM DD set behind AAA.
The end result should look like this: AAA YYYY MM DD BBB CCC DDD ... .xyz
The problem is that I might be an experienced user but NOT a programmer...


Any help in resolving this question would be very much appreciated.
