So the current setup is similar to below where we are copying items from inside the scope folder to another folder. Whatever is inside /1/scope/ needs to go to the other /1/scope and so on. I would just manually copy the items here, but there are over 1000 different folders this needs to be done to. Is there a way to write a program that will go through test/subtest/### and place the scope items in the newfold/sebtest/mathcing number/scope folder?
Folder to copy from: test/subtest/1/scope/ Folder to copy from: test/subtest/2/scope/ Folder to copy from: test/subtest/4/scope/
Folder to move to: newfold/sebtest/1/scope Folder to move to: newfold/sebtest/2/scope Folder to move to: newfold/sebtest/4/scope