<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tech-Recipes - Latest Comments in Recursively delete certain files</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/recursively_delete_certain_files_unix_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 27 Oct 2010 12:39:29 -0000</lastBuildDate><item><title>Re: Recursively delete certain files</title><link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/#comment-90784298</link><description>&lt;p&gt;Jim- prepend the space with a backslash. Example:&lt;br&gt;/home/user/My\ Folder\ With\ Spaces/file.txt&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">User</dc:creator><pubDate>Wed, 27 Oct 2010 12:39:29 -0000</pubDate></item><item><title>Re: Recursively delete certain files</title><link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/#comment-78713462</link><description>&lt;p&gt;How can I make this work if I have directories/files with spaces in the name?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Power</dc:creator><pubDate>Fri, 17 Sep 2010 22:30:32 -0000</pubDate></item><item><title>Re: Recursively delete certain files</title><link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/#comment-72320607</link><description>&lt;p&gt;if i have file list say FILE_LIST="a.txt b.txt c.txt" pls tell me how to delete this with one command. i.e not using any loops. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">daffodil</dc:creator><pubDate>Thu, 26 Aug 2010 02:30:22 -0000</pubDate></item><item><title>Re: Recursively delete certain files</title><link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/#comment-18531362</link><description>&lt;p&gt;Why does the following not work, recursively?&lt;/p&gt;&lt;p&gt;rm -vR folderToStartAt/*ext&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gvanto</dc:creator><pubDate>Sun, 04 Oct 2009 21:51:50 -0000</pubDate></item><item><title>Re: Recursively delete certain files</title><link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/#comment-2766969</link><description>&lt;p&gt;find . -type f -name *.bak -print0 | xargs  -0 rm&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cabbag</dc:creator><pubDate>Tue, 13 Dec 2005 03:03:18 -0000</pubDate></item><item><title>Re: Recursively delete certain files</title><link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/#comment-2766968</link><description>&lt;p&gt;Thanks for noticing this and sharing with us!  I've corrected the error in the recipe.&lt;/p&gt;&lt;p&gt;Quinn&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">qmchenry</dc:creator><pubDate>Mon, 19 Jul 2004 11:16:36 -0000</pubDate></item><item><title>Re: Recursively delete certain files</title><link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/#comment-2766967</link><description>&lt;p&gt;at the end of the second command should be semicolon instead of double dot&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vlada</dc:creator><pubDate>Sun, 18 Jul 2004 21:14:11 -0000</pubDate></item></channel></rss>