<?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: Keeping .DS_Store files at bay</title>
	<atom:link href="http://soledadpenades.com/2009/07/02/keeping-ds_store-files-at-bay/feed/" rel="self" type="application/rss+xml" />
	<link>http://soledadpenades.com/2009/07/02/keeping-ds_store-files-at-bay/</link>
	<description>repeat 4[fd 100 rt 90]</description>
	<lastBuildDate>Tue, 17 Apr 2012 18:38:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: sole</title>
		<link>http://soledadpenades.com/2009/07/02/keeping-ds_store-files-at-bay/#comment-52065</link>
		<dc:creator>sole</dc:creator>
		<pubDate>Wed, 08 Jul 2009 23:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=1108#comment-52065</guid>
		<description>Well, my script didn&#039;t take care of deleting ._* files. One might want to consider it too :)

The external drive scenario is one of the typical cases where mac os pollutes unnecessarily healthy file systems with unrequested rubbish. Ahhh... computers!</description>
		<content:encoded><![CDATA[<p>Well, my script didn&#8217;t take care of deleting ._* files. One might want to consider it too :)</p>
<p>The external drive scenario is one of the typical cases where mac os pollutes unnecessarily healthy file systems with unrequested rubbish. Ahhh&#8230; computers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anhelido</title>
		<link>http://soledadpenades.com/2009/07/02/keeping-ds_store-files-at-bay/#comment-52064</link>
		<dc:creator>Anhelido</dc:creator>
		<pubDate>Wed, 08 Jul 2009 21:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=1108#comment-52064</guid>
		<description>I had my own script to get rid of the infamous dot files. But I didn&#039;t know it was easier than what I got. These are my commands:

sudo find . -name &quot;._*&quot; -depth -exec rm {} \;
sudo find . -name &quot;.DS_Store&quot; -depth -exec rm {} \;

I run a script with these lines everytime I&#039;m about to disconnect my Iomega drive when I feed it with movies and music. 

Greetings!</description>
		<content:encoded><![CDATA[<p>I had my own script to get rid of the infamous dot files. But I didn&#8217;t know it was easier than what I got. These are my commands:</p>
<p>sudo find . -name &#8220;._*&#8221; -depth -exec rm {} \;<br />
sudo find . -name &#8220;.DS_Store&#8221; -depth -exec rm {} \;</p>
<p>I run a script with these lines everytime I&#8217;m about to disconnect my Iomega drive when I feed it with movies and music. </p>
<p>Greetings!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sole</title>
		<link>http://soledadpenades.com/2009/07/02/keeping-ds_store-files-at-bay/#comment-52047</link>
		<dc:creator>sole</dc:creator>
		<pubDate>Fri, 03 Jul 2009 09:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=1108#comment-52047</guid>
		<description>Yes! that&#039;s the worst thing. Because you can&#039;t say &quot;just ignore .DS_Store files when zipping&quot; as you can with svn/git/etc. You have to be very careful when sending stuff to friends.

It&#039;s like when there are __MACOS folders in the zip files Mac Os creates. Why?! It&#039;s like an epidemic.</description>
		<content:encoded><![CDATA[<p>Yes! that&#8217;s the worst thing. Because you can&#8217;t say &#8220;just ignore .DS_Store files when zipping&#8221; as you can with svn/git/etc. You have to be very careful when sending stuff to friends.</p>
<p>It&#8217;s like when there are __MACOS folders in the zip files Mac Os creates. Why?! It&#8217;s like an epidemic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ktoso</title>
		<link>http://soledadpenades.com/2009/07/02/keeping-ds_store-files-at-bay/#comment-52046</link>
		<dc:creator>Ktoso</dc:creator>
		<pubDate>Fri, 03 Jul 2009 09:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=1108#comment-52046</guid>
		<description>Too bad... I often see ziped source files with those DS_Store, can be quite irritating heh :-)</description>
		<content:encoded><![CDATA[<p>Too bad&#8230; I often see ziped source files with those DS_Store, can be quite irritating heh :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sole</title>
		<link>http://soledadpenades.com/2009/07/02/keeping-ds_store-files-at-bay/#comment-52039</link>
		<dc:creator>sole</dc:creator>
		<pubDate>Thu, 02 Jul 2009 12:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=1108#comment-52039</guid>
		<description>I think it&#039;s not possible. Apple released an article detailing how to prevent them from being created on network shares, but they still will pollute every usb stick you insert into your computer, for example, apart from the hard disk drives.</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s not possible. Apple released an article detailing how to prevent them from being created on network shares, but they still will pollute every usb stick you insert into your computer, for example, apart from the hard disk drives.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

