Yeliowcrocs

joined 10 months ago
[–] [email protected] 1 points 10 months ago

you can use the mv command in the command line to move the contents of a folder into another folder. for example if your folder structure is like this: parentfolder/folder1/folder2/photos you can use the following command: mv parentfolder/folder1/folder2/photos/* parentfolder/. this will move all the photos from the photos folder into the parentfolder. make sure to replace parentfolder with the actual parent folder name in your case.