<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Compare Contents of Two Directories from the Command Line</title>
	<atom:link href="http://osxdaily.com/2012/11/08/compare-contents-of-two-directories-from-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2012/11/08/compare-contents-of-two-directories-from-the-command-line/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Sat, 25 May 2013 20:42:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: DG</title>
		<link>http://osxdaily.com/2012/11/08/compare-contents-of-two-directories-from-the-command-line/#comment-448627</link>
		<dc:creator>DG</dc:creator>
		<pubDate>Fri, 09 Nov 2012 18:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34303#comment-448627</guid>
		<description>Anybody know how to convert this to an Automator workflow that asks for the two folders?</description>
		<content:encoded><![CDATA[<p>Anybody know how to convert this to an Automator workflow that asks for the two folders?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk</title>
		<link>http://osxdaily.com/2012/11/08/compare-contents-of-two-directories-from-the-command-line/#comment-448482</link>
		<dc:creator>Dirk</dc:creator>
		<pubDate>Fri, 09 Nov 2012 09:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34303#comment-448482</guid>
		<description>diff -qr ~/Downloads/Pictures ~/Downloads/OldPictures

or just more simple 
diff -qr ~/Downloads/{Pictures,OldPictures}</description>
		<content:encoded><![CDATA[<p>diff -qr ~/Downloads/Pictures ~/Downloads/OldPictures</p>
<p>or just more simple<br />
diff -qr ~/Downloads/{Pictures,OldPictures}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo Vosse</title>
		<link>http://osxdaily.com/2012/11/08/compare-contents-of-two-directories-from-the-command-line/#comment-448445</link>
		<dc:creator>Theo Vosse</dc:creator>
		<pubDate>Fri, 09 Nov 2012 06:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34303#comment-448445</guid>
		<description>Neat. I would never have thought of using comm for this. The output format is a bit clunky, but very workable.

if you want to compare directories graphically: get FileMerge from Apple&#039;s Developer Tools (which can be called from the command line using &quot;opendiff&quot;).</description>
		<content:encoded><![CDATA[<p>Neat. I would never have thought of using comm for this. The output format is a bit clunky, but very workable.</p>
<p>if you want to compare directories graphically: get FileMerge from Apple&#8217;s Developer Tools (which can be called from the command line using &#8220;opendiff&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tonny</title>
		<link>http://osxdaily.com/2012/11/08/compare-contents-of-two-directories-from-the-command-line/#comment-448357</link>
		<dc:creator>Tonny</dc:creator>
		<pubDate>Fri, 09 Nov 2012 03:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34303#comment-448357</guid>
		<description>Nice one, thanks....

It would be nice to have the same tricks for 2 TXT files, i mean the &quot;Dif&quot; of the content inside the .txt file...with finaly the command for remove dup &amp; sort, can be by the way &quot; sort -u&quot;..., but the command for output &amp; compare to files is ??????</description>
		<content:encoded><![CDATA[<p>Nice one, thanks&#8230;.</p>
<p>It would be nice to have the same tricks for 2 TXT files, i mean the &#8220;Dif&#8221; of the content inside the .txt file&#8230;with finaly the command for remove dup &amp; sort, can be by the way &#8221; sort -u&#8221;&#8230;, but the command for output &amp; compare to files is ??????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tedy</title>
		<link>http://osxdaily.com/2012/11/08/compare-contents-of-two-directories-from-the-command-line/#comment-448312</link>
		<dc:creator>Tedy</dc:creator>
		<pubDate>Fri, 09 Nov 2012 00:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34303#comment-448312</guid>
		<description>Upss...sorry, my mistake. There shouldn&#039;t be any space after &lt; sign :

$ comm -3 &lt;(ls -l  Downloads )  &lt;(ls -l Pictures )

Thanks for the tips</description>
		<content:encoded><![CDATA[<p>Upss&#8230;sorry, my mistake. There shouldn&#8217;t be any space after &lt; sign :</p>
<p>$ comm -3 &lt;(ls -l  Downloads )  &lt;(ls -l Pictures )</p>
<p>Thanks for the tips</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tedy</title>
		<link>http://osxdaily.com/2012/11/08/compare-contents-of-two-directories-from-the-command-line/#comment-448310</link>
		<dc:creator>Tedy</dc:creator>
		<pubDate>Fri, 09 Nov 2012 00:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34303#comment-448310</guid>
		<description>It doesn&#039;t work on my Terminal :

ttirtawi@macbook-air:~$ comm -3 &lt; (ls -l  Downloads )  &lt; (ls -l Pictures )
-bash: syntax error near unexpected token `(&#039;
ttirtawi@macbook-air:~$</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work on my Terminal :</p>
<p>ttirtawi@macbook-air:~$ comm -3 &lt; (ls -l  Downloads )  &lt; (ls -l Pictures )<br />
-bash: syntax error near unexpected token `(&#039;<br />
ttirtawi@macbook-air:~$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parakeet</title>
		<link>http://osxdaily.com/2012/11/08/compare-contents-of-two-directories-from-the-command-line/#comment-448162</link>
		<dc:creator>parakeet</dc:creator>
		<pubDate>Thu, 08 Nov 2012 21:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34303#comment-448162</guid>
		<description>yes, but that wouldn&#039;t be the command line</description>
		<content:encoded><![CDATA[<p>yes, but that wouldn&#8217;t be the command line</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://osxdaily.com/2012/11/08/compare-contents-of-two-directories-from-the-command-line/#comment-448125</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 08 Nov 2012 20:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34303#comment-448125</guid>
		<description>Instead we could use TotalFinder.</description>
		<content:encoded><![CDATA[<p>Instead we could use TotalFinder.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 266/267 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-26 01:12:35 -->