I have a problem where I need to rename just certain files after the parent folder and afterwards move these to a central folder. Is there a way to do this? I would like to run this on a Synology NAS.
Root |-Subf1 | |-File.txt | |-File.doc | |-Subf1subf1 | | |-File.xml | | |-File.xls | |-Subf1subf2 | | |-File.pptx | | |-File.docx | |-Subf2 | |-File.txt | |-File.doc | |-Subf2subf1 | | |-File.xml | | |-File.xls Result should be:
Root |-Subf1 | |-Subf1.txt | |-Subf1.doc | |-Subf1.xml | |-Subf1.xls | |-Subf1.pptx | |-Subf1.docx | |-Subf2 | |-Subf2.txt | |-Subf2.doc | |-Subf2.xml | |-Subf2.xls There is no problem with overwriting files as they all have different extensions.
File?