<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: bash code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 27 Jul 2008 01:06:11 GMT</pubDate>
    <description>DZone Snippets: bash code</description>
    <item>
      <title>Recursively Remove .DS_Store files in OS X</title>
      <link>http://snippets.dzone.com/posts/show/4982</link>
      <description>This shell alias will recursively remove all .DS_Store files from the current directory up.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;alias rmdsstores='find ./ -type f | grep .DS_Store | xargs rm'&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Mon, 14 Jan 2008 03:07:29 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4982</guid>
      <author>justinwr (Justin R)</author>
    </item>
  </channel>
</rss>
