I have a folder structure that's like this:
Parent Folder
-Folder1
--Sub1
---files
-Folder2
--Sub2
---files
-Folder3
--Sub3
---files
What I'm wanting to do is move files with a specific name (let's use "orange.jpg" as an example) from the sub-folders up one directory to their main folder. I'm sure there's a cmd or Powershell line that can do this but I'm not savvy enough with either to figure it out.