<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Finding &amp; Deleting Linux Core Dump Files Safely</title>
	<atom:link href="http://www.gabrielharper.com/2009/05/finding-deleting-linux-core-dump-files-safely/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gabrielharper.com/2009/05/finding-deleting-linux-core-dump-files-safely/</link>
	<description>Business, Web Sites and Life</description>
	<lastBuildDate>Thu, 18 Mar 2010 05:16:03 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SECUREFILTERENGINE</title>
		<link>http://www.gabrielharper.com/2009/05/finding-deleting-linux-core-dump-files-safely/#comment-35250</link>
		<dc:creator>SECUREFILTERENGINE</dc:creator>
		<pubDate>Wed, 17 Jun 2009 23:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielharper.com/?p=466#comment-35250</guid>
		<description>Gabriel : 
I came from google, so thank you for the helpful information. I wantto let you know that the re can be simplify to be :

find . -type f -regex &quot;.*/core\.[0-9]*$&quot; -exec rm -v {} \;

* means any number from 0 - 9 repeated any number of times.

also, yours does not work if the core file name core.22378

Thanks,</description>
		<content:encoded><![CDATA[<p>Gabriel :<br />
I came from google, so thank you for the helpful information. I wantto let you know that the re can be simplify to be :</p>
<p>find . -type f -regex &#8220;.*/core\.[0-9]*$&#8221; -exec rm -v {} \;</p>
<p>* means any number from 0 &#8211; 9 repeated any number of times.</p>
<p>also, yours does not work if the core file name core.22378</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
