<?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: How to recursively remove .DS_Store files on Mac OS X</title>
	<atom:link href="http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/</link>
	<description>Incoherent babble served on a silver platter.</description>
	<lastBuildDate>Fri, 10 Sep 2010 02:09:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ryan</title>
		<link>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/comment-page-1/#comment-15907</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 02 Aug 2010 17:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=265#comment-15907</guid>
		<description>I owe you and Google a big thank you for this!  Haha, thanks for the tip, it saved myself and a coworker from a lot of frustration!</description>
		<content:encoded><![CDATA[<p>I owe you and Google a big thank you for this!  Haha, thanks for the tip, it saved myself and a coworker from a lot of frustration!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danilo Stern-Sapad</title>
		<link>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/comment-page-1/#comment-15795</link>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
		<pubDate>Fri, 11 Dec 2009 05:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=265#comment-15795</guid>
		<description>@Casper Vans &amp; Nils Ellingsen
I mentioned at the end of the article how to disable .DS_Store files for SMB shares (external volumes). Enter the following command into Terminal:

&lt;code&gt;defaults write com.apple.desktopservices DSDontWriteNetworkStores true&lt;/code&gt;

But the Apple docs are more explicit thanks for linking to them Nils. Basically this command works for SMB/CIFS, AFP, NFS, and WebDAV.</description>
		<content:encoded><![CDATA[<p>@Casper Vans &#038; Nils Ellingsen<br />
I mentioned at the end of the article how to disable .DS_Store files for SMB shares (external volumes). Enter the following command into Terminal:</p>
<p><code>defaults write com.apple.desktopservices DSDontWriteNetworkStores true</code></p>
<p>But the Apple docs are more explicit thanks for linking to them Nils. Basically this command works for SMB/CIFS, AFP, NFS, and WebDAV.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nils Ellingsen</title>
		<link>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/comment-page-1/#comment-15771</link>
		<dc:creator>Nils Ellingsen</dc:creator>
		<pubDate>Tue, 01 Dec 2009 09:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=265#comment-15771</guid>
		<description>For quick access, try the &#039;alias&#039; command, like this;
alias rmdss=&#039;find . -name &#039;.DS_Store&#039; -type f -delete&#039;</description>
		<content:encoded><![CDATA[<p>For quick access, try the &#8216;alias&#8217; command, like this;<br />
alias rmdss=&#8217;find . -name &#8216;.DS_Store&#8217; -type f -delete&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nils Ellingsen</title>
		<link>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/comment-page-1/#comment-15770</link>
		<dc:creator>Nils Ellingsen</dc:creator>
		<pubDate>Tue, 01 Dec 2009 09:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=265#comment-15770</guid>
		<description>@Casper Vans; http://support.apple.com/kb/HT1629 &lt;- try this for disabling ._DS_Store-file creaton on network shares.</description>
		<content:encoded><![CDATA[<p>@Casper Vans; <a href="http://support.apple.com/kb/HT1629" rel="nofollow">http://support.apple.com/kb/HT1629</a> &lt;- try this for disabling ._DS_Store-file creaton on network shares.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casper Vans</title>
		<link>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/comment-page-1/#comment-15522</link>
		<dc:creator>Casper Vans</dc:creator>
		<pubDate>Tue, 22 Sep 2009 15:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=265#comment-15522</guid>
		<description>Does this command work on SMB shares?</description>
		<content:encoded><![CDATA[<p>Does this command work on SMB shares?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danilo Stern-Sapad</title>
		<link>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/comment-page-1/#comment-15459</link>
		<dc:creator>Danilo Stern-Sapad</dc:creator>
		<pubDate>Mon, 14 Sep 2009 20:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=265#comment-15459</guid>
		<description>Sounds good. Glad you found this helpful! :)</description>
		<content:encoded><![CDATA[<p>Sounds good. Glad you found this helpful! <img src='http://danilo.ariadoss.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio_Herbert Marsilli</title>
		<link>http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/comment-page-1/#comment-15458</link>
		<dc:creator>Claudio_Herbert Marsilli</dc:creator>
		<pubDate>Mon, 14 Sep 2009 19:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://danilo.ariadoss.com/?p=265#comment-15458</guid>
		<description>Thank you, Danilo, for having taken the pain to explain everything in such a way that even the dummy that I am was able to solve the problem! Thank you very much—drop me a line if you should happen to come by here in north-eastern Italy (lake Garda, more or less).</description>
		<content:encoded><![CDATA[<p>Thank you, Danilo, for having taken the pain to explain everything in such a way that even the dummy that I am was able to solve the problem! Thank you very much—drop me a line if you should happen to come by here in north-eastern Italy (lake Garda, more or less).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->