<?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>Sat, 11 Oct 2008 07:13:34 GMT</pubDate>
    <description>DZone Snippets: bash code</description>
    <item>
      <title>Remove all files in a directory except *.ogg</title>
      <link>http://snippets.dzone.com/posts/show/3908</link>
      <description>Remove all files in a directory except *.ogg&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;#!/bin/bash&lt;br /&gt;&lt;br /&gt;find . ! -name "*.ogg" -exec rm -f {} \; &lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 26 Apr 2007 15:07:35 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3908</guid>
      <author>xoan (xoan)</author>
    </item>
  </channel>
</rss>
