I have a 320 folders each having a set of two files:
- FilenameA.wav
- FilenameB.txt.
In each folder, I want to rename the .wav file based on the name of the .txt file in the same folder:
FilenameA.wav renamed to FilenameB.wav
Can I do this with a single command line to handle the renaming in all of the folders?