<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Find and delete all core files | UNIX | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Thu, 23 Oct 2008 12:57:16 -0000</lastBuildDate><item><title>Re: Find and delete all core files | UNIX | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/23/find-and-delete-all-core-files/#comment-3255805</link><description>I like that!  Nice bit of code.  Thanks for sharing!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">qmchenry</dc:creator><pubDate>Thu, 23 Oct 2008 12:57:16 -0000</pubDate></item><item><title>Re: Find and delete all core files | UNIX | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/23/find-and-delete-all-core-files/#comment-3252431</link><description>sparkomemphis on &lt;a href="http://ncaabbs.com/showthread.php?tid=229890" rel="nofollow"&gt;http://ncaabbs.com/showthread.php?tid=229890&lt;/a&gt; has this example that will help prevent removing non-core files named (lets not argue that there should not be any of these) core.&lt;br&gt;&lt;br&gt;find . -name core\* -user $USER -type f -size +1000000c -exec file {} \; -exec ls -l {} \; -exec printf "\n\ny to remove this core file\n" \; -exec /bin/rm -i {} \;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stef</dc:creator><pubDate>Thu, 23 Oct 2008 11:31:24 -0000</pubDate></item></channel></rss>