<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Consolidating several files in folders to one folder?</title>
	<link>http://ask.metafilter.com/35007/Consolidating-several-files-in-folders-to-one-folder/</link>
	<description>Comments on Ask MetaFilter post Consolidating several files in folders to one folder?</description>
	<pubDate>Fri, 24 Mar 2006 10:02:55 -0800</pubDate>
	<lastBuildDate>Fri, 24 Mar 2006 10:02:55 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Consolidating several files in folders to one folder?</title>
		<link>http://ask.metafilter.com/35007/Consolidating-several-files-in-folders-to-one-folder</link>	
		<description>How do I consolidate files in several folders into one folder? &lt;br /&gt;&lt;br /&gt; I have several folders filled with several movie files. I&apos;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?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.35007</guid>
		<pubDate>Fri, 24 Mar 2006 09:57:44 -0800</pubDate>
		<dc:creator>jasmeet</dc:creator>
		
			<category>apple</category>
		
			<category>macosx</category>
		
			<category>terminal</category>
		
			<category>commandline</category>
		
			<category>consolidate</category>
		
	</item> <item>
		<title>By: delmoi</title>
		<link>http://ask.metafilter.com/35007/Consolidating-several-files-in-folders-to-one-folder#545456</link>	
		<description>well, if all your folders are in one folder called &apos;old-folders&apos; you could do something like &lt;br&gt;
&lt;br&gt;
cp old-folders/*/*.mov new-folder/&lt;br&gt;
&lt;br&gt;
I think...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35007-545456</guid>
		<pubDate>Fri, 24 Mar 2006 10:02:55 -0800</pubDate>
		<dc:creator>delmoi</dc:creator>
	</item><item>
		<title>By: psychobum</title>
		<link>http://ask.metafilter.com/35007/Consolidating-several-files-in-folders-to-one-folder#545461</link>	
		<description>could you just search for your movie files, cut them and paste them to the new folder?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35007-545461</guid>
		<pubDate>Fri, 24 Mar 2006 10:05:37 -0800</pubDate>
		<dc:creator>psychobum</dc:creator>
	</item><item>
		<title>By: Thorzdad</title>
		<link>http://ask.metafilter.com/35007/Consolidating-several-files-in-folders-to-one-folder#545496</link>	
		<description>Just drag and drop the things into a new folder. It&apos;s at least as easy as dorking with the terminal...and you&apos;ll be sure to move just what you want.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35007-545496</guid>
		<pubDate>Fri, 24 Mar 2006 10:39:55 -0800</pubDate>
		<dc:creator>Thorzdad</dc:creator>
	</item><item>
		<title>By: alms</title>
		<link>http://ask.metafilter.com/35007/Consolidating-several-files-in-folders-to-one-folder#545525</link>	
		<description>Jasmeet, you don&apos;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 &quot;Select All&quot; from the &quot;Edit&quot; menu.  Then drag them to the new folder.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35007-545525</guid>
		<pubDate>Fri, 24 Mar 2006 11:08:56 -0800</pubDate>
		<dc:creator>alms</dc:creator>
	</item><item>
		<title>By: jasmeet</title>
		<link>http://ask.metafilter.com/35007/Consolidating-several-files-in-folders-to-one-folder#545555</link>	
		<description>delmoi: That worked best. Thanks!&lt;br&gt;
&lt;br&gt;
psychobum: that could&apos;ve worked, but compared to delmoi&apos;s method, was a bit more work.&lt;br&gt;
&lt;br&gt;
Thorzdad: I don&apos;t mind dorking in Terminal =) I was looking for a Terminal&apos;ish solution, glad I didn&apos;t have to use a script too.&lt;br&gt;
&lt;br&gt;
alms: I have several files, in several folders. I would&apos;ve had to go into each folder, Cmd+A, copy into one folder, one by one. And there&apos;s over a 100 folders.&lt;br&gt;
&lt;br&gt;
Thanks for everyone&apos;s suggestions. This is why I &amp;lt;3 Ask Metafilter.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35007-545555</guid>
		<pubDate>Fri, 24 Mar 2006 11:33:45 -0800</pubDate>
		<dc:creator>jasmeet</dc:creator>
	</item><item>
		<title>By: joeblough</title>
		<link>http://ask.metafilter.com/35007/Consolidating-several-files-in-folders-to-one-folder#545742</link>	
		<description>if you used &quot;cp&quot; you actually copied the files, so the old copies are still around, unless you trashed the orginal folder...&lt;br&gt;
&lt;br&gt;
you can use &quot;mv&quot; instead to move the files.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35007-545742</guid>
		<pubDate>Fri, 24 Mar 2006 15:26:06 -0800</pubDate>
		<dc:creator>joeblough</dc:creator>
	</item><item>
		<title>By: jasmeet</title>
		<link>http://ask.metafilter.com/35007/Consolidating-several-files-in-folders-to-one-folder#545879</link>	
		<description>joeblough: yup, thanks. =)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35007-545879</guid>
		<pubDate>Fri, 24 Mar 2006 20:04:48 -0800</pubDate>
		<dc:creator>jasmeet</dc:creator>
	</item>
	</channel>
</rss>
