How do I loop through many files in one folder?

Consolidating several files in folders to one folder?

  • How do I consolidate files in several folders into one folder? I have several folders filled with several movie files. I'm trying to consolidate them all into one folder, without having to drag all the files out one by one. Is there an easy way to do this on a Mac via command line or something?

  • Answer:

    well, if all your folders are in one folder called 'old-folders' you could do something like cp old-folders/*/*.mov new-folder/ I think...

jasmeet at Ask.Metafilter.Com Visit the source

Was this solution helpful to you?

Other answers

could you just search for your movie files, cut them and paste them to the new folder?

psychobum

Just drag and drop the things into a new folder. It's at least as easy as dorking with the terminal...and you'll be sure to move just what you want.

Thorzdad

Jasmeet, you don't have to drag files one at a time. You can select multiple files using the mouse, and you can select all of them by hitting command-A or choose "Select All" from the "Edit" menu. Then drag them to the new folder.

alms

delmoi: That worked best. Thanks! psychobum: that could've worked, but compared to delmoi's method, was a bit more work. Thorzdad: I don't mind dorking in Terminal =) I was looking for a Terminal'ish solution, glad I didn't have to use a script too. alms: I have several files, in several folders. I would've had to go into each folder, Cmd+A, copy into one folder, one by one. And there's over a 100 folders. Thanks for everyone's suggestions. This is why I <3 Ask Metafilter.

jasmeet

if you used "cp" you actually copied the files, so the old copies are still around, unless you trashed the orginal folder... you can use "mv" instead to move the files.

joeblough

joeblough: yup, thanks. =)

jasmeet

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.