<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Recursively delete certain files | UNIX | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Tue, 13 Dec 2005 03:03:18 -0000</lastBuildDate><item><title>Re: Recursively delete certain files | UNIX | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/#comment-2766969</link><description>find . -type f -name *.bak -print0 | xargs  -0 rm</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 | UNIX | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/#comment-2766968</link><description>Thanks for noticing this and sharing with us!  I've corrected the error in the recipe.&lt;br&gt;&lt;br&gt;Quinn</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 | UNIX | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/#comment-2766967</link><description>at the end of the second command should be semicolon instead of double dot</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>