Consolidating several files in folders to one folder?
March 24, 2006 9:57 AM
Subscribe
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?
posted by jasmeet to computers & internet (7 comments total)
cp old-folders/*/*.mov new-folder/
I think...
posted by delmoi at 10:02 AM on March 24, 2006