<?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: Remove .DS_Store files from certain folders</title>
	<atom:link href="http://blog.ubrio.us/web/remove-ds_store-files-from-certain-folders/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ubrio.us/web/remove-ds_store-files-from-certain-folders/</link>
	<description>An Ordinary Web Developer's Blog</description>
	<lastBuildDate>Wed, 18 Jan 2012 22:55:11 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Membersihkan file .DS_Store di Linux</title>
		<link>http://blog.ubrio.us/web/remove-ds_store-files-from-certain-folders/comment-page-1/#comment-145251</link>
		<dc:creator>Membersihkan file .DS_Store di Linux</dc:creator>
		<pubDate>Sun, 24 Jul 2011 15:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ubrio.us/web/remove-ds_store-files-from-certain-folders/#comment-145251</guid>
		<description>[...] Category5 Ubrious            No Comments by ivan90112 on July 24, 2011 &#160;&#8226;&#160; Permalink  Posted in Tips [...]</description>
		<content:encoded><![CDATA[<p>[...] Category5 Ubrious            No Comments by ivan90112 on July 24, 2011 &nbsp;&bull;&nbsp; Permalink  Posted in Tips [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattgadient.com &#187; removing .DS_Store</title>
		<link>http://blog.ubrio.us/web/remove-ds_store-files-from-certain-folders/comment-page-1/#comment-1012</link>
		<dc:creator>mattgadient.com &#187; removing .DS_Store</dc:creator>
		<pubDate>Wed, 07 Feb 2007 07:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ubrio.us/web/remove-ds_store-files-from-certain-folders/#comment-1012</guid>
		<description>[...] Type the following: find . -name &#8220;.DS_Store&#8221; -ok rm &#8216;{}&#8217; ; OR find . -name &#8220;.DS_Store&#8221; -exec rm &#8216;{}&#8217; ; The first one will give you a yes/no prompt before deleting each. The second will just go ahead and delete them all. No before you ask I didn&#8217;t figure those out myself, I found them here. Make sure you&#8217;re in the right place before running the 2nd part (if you don&#8217;t change to the directory/volume first, you may end up accidently removing all copies of &#8220;.DS_Store&#8221; on your system which may not be what you want). [...]</description>
		<content:encoded><![CDATA[<p>[...] Type the following: find . -name &#8220;.DS_Store&#8221; -ok rm &#8216;{}&#8217; ; OR find . -name &#8220;.DS_Store&#8221; -exec rm &#8216;{}&#8217; ; The first one will give you a yes/no prompt before deleting each. The second will just go ahead and delete them all. No before you ask I didn&#8217;t figure those out myself, I found them here. Make sure you&#8217;re in the right place before running the 2nd part (if you don&#8217;t change to the directory/volume first, you may end up accidently removing all copies of &#8220;.DS_Store&#8221; on your system which may not be what you want). [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

