<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'deleting files of certain types from the command line'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Sat, 22 Nov 2008 13:41:52 GMT</pubDate>
<item>
<title>therobot said on 12/20/07</title>
<link>http://snipplr.com/view/4381/deleting-files-of-certain-types-from-the-command-line/</link>
<description><![CDATA[ <p>Also, for skipping spaces in path  names:</p>

<p>find samba/ -iname '<em>.avi' -o -iname '</em>.mpg' -o -iname '<em>.mov' -o -iname '</em>.wma' -o -iname '<em>.wmv' -o -iname '</em>.mpeg' | while read filename; do rm -f "$filename"; done</p>
 ]]></description>
<pubDate>Thu, 20 Dec 2007 09:32:00 GMT</pubDate>
<guid>http://snipplr.com/view/4381/deleting-files-of-certain-types-from-the-command-line/</guid>
</item>
</channel>
</rss>