Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
Gathering files of a specific type into one location.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ThisIsVictor" data-source="post: 1301192" data-attributes="member: 216128"><p>Hello all! </p><p></p><p>I'm a bit of a Mac noob, I'm using my girlfriends very old Mac Book. When I say old I mean I'm running 10.4.11 on this thing. I do have a rough idea of how to operate the Terminal, which brings me to my question.</p><p></p><p>I deleted some music files I shouldn't have and ran a data recovery program. I now have a folder with 1,400 folders and each folder has 500 files. This is the data I recovered. I know the files I need at .mp4 but I don't know what they are called. (The data recovered software did not recover file names.)</p><p></p><p>I'm looking for a terminal command that will search through these 1,400 folders and copy all the .mp4 files to a specific directory. </p><p></p><p>Thank you in advance!</p><p>--Victor</p><p></p><p>EDIT: My friend solved this for me with: "find /path/to/directory -name '*.aac' -exec mv {} /path/to/destination \;" Mods, delete this?</p></blockquote><p></p>
[QUOTE="ThisIsVictor, post: 1301192, member: 216128"] Hello all! I'm a bit of a Mac noob, I'm using my girlfriends very old Mac Book. When I say old I mean I'm running 10.4.11 on this thing. I do have a rough idea of how to operate the Terminal, which brings me to my question. I deleted some music files I shouldn't have and ran a data recovery program. I now have a folder with 1,400 folders and each folder has 500 files. This is the data I recovered. I know the files I need at .mp4 but I don't know what they are called. (The data recovered software did not recover file names.) I'm looking for a terminal command that will search through these 1,400 folders and copy all the .mp4 files to a specific directory. Thank you in advance! --Victor EDIT: My friend solved this for me with: "find /path/to/directory -name '*.aac' -exec mv {} /path/to/destination \;" Mods, delete this? [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Operating System
Gathering files of a specific type into one location.
Top