<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: ogg code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 17 May 2008 23:31:21 GMT</pubDate>
    <description>DZone Snippets: ogg 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>
    <item>
      <title>Playlist generator</title>
      <link>http://snippets.dzone.com/posts/show/1883</link>
      <description>Bash script to generate a playlist with all your mp3s and oggs in.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;rm ~/Desktop/playlist.m3u&lt;br /&gt;find ~/music/ -iname "*.mp3" -print &gt;&gt; ~/Desktop/playlist.m3u&lt;br /&gt;find ~/music/ -iname "*.ogg" -print &gt;&gt; ~/Desktop/playlist.m3u&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 11 Apr 2006 19:53:18 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1883</guid>
      <author>lordrich ()</author>
    </item>
  </channel>
</rss>
