<?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 Find and delete all core files</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/find_and_delete_all_core_files_unix_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 23 Oct 2008 12:57:16 -0000</lastBuildDate><item><title>Re: Find and delete all core files</title><link>http://www.tech-recipes.com/rx/23/find-and-delete-all-core-files/#comment-3255805</link><description>&lt;p&gt;I like that!  Nice bit of code.  Thanks for sharing!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Quinn McHenry</dc:creator><pubDate>Thu, 23 Oct 2008 12:57:16 -0000</pubDate></item><item><title>Re: Find and delete all core files</title><link>http://www.tech-recipes.com/rx/23/find-and-delete-all-core-files/#comment-3252431</link><description>&lt;p&gt;sparkomemphis on &lt;a href="http://ncaabbs.com/showthread.php?tid=229890" rel="nofollow noopener" target="_blank" title="http://ncaabbs.com/showthread.php?tid=229890"&gt;http://ncaabbs.com/showthre...&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;/p&gt;&lt;p&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 {} \;&lt;/p&gt;</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>