<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'deleting files of certain types from the command line'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Thu, 16 Apr 2026 02:41:19 +0000</lastBuildDate>
    <item>
      <title>therobot said on 20/Dec/2007</title>
      <link>https://snipplr.com/view/4381/deleting-files-of-certain-types-from-the-command-line</link>
      <description>&lt;p&gt;&lt;p&gt;Also, for skipping spaces in path  names:&lt;/p&gt;

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