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 - Apps and Programs
Folder extractor/merger?
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="Raz0rEdge" data-source="post: 1909173" data-attributes="member: 110816"><p>Here is what I did, created a folder called <strong>source</strong> that has your structure and <strong>dest</strong> is where I want all the files.</p><p></p><p>I started with:</p><p></p><p></p><p></p><p>I then ran the following command in the Terminal</p><p>[CODE]</p><p>find source -type f -exec cp {} dest \;</p><p>[/CODE]</p><p></p><p>You'll want to change the <strong>source</strong> and <strong>dest</strong> folder as you see fit.</p><p></p><p>Now I have the following</p><p></p><p></p><p></p><p>If you are not comfortable with the command line, please first validate what you are going to do and I can tell you if your command is right or wrong.</p></blockquote><p></p>
[QUOTE="Raz0rEdge, post: 1909173, member: 110816"] Here is what I did, created a folder called [B]source[/B] that has your structure and [B]dest[/B] is where I want all the files. I started with: I then ran the following command in the Terminal [CODE] find source -type f -exec cp {} dest \; [/CODE] You'll want to change the [B]source[/B] and [B]dest[/B] folder as you see fit. Now I have the following If you are not comfortable with the command line, please first validate what you are going to do and I can tell you if your command is right or wrong. [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Apps and Programs
Folder extractor/merger?
Top