<?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: Find and delete all core files</title>
	<atom:link href="http://www.tech-recipes.com/rx/23/find-and-delete-all-core-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/23/find-and-delete-all-core-files/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:18:34 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Quinn McHenry</title>
		<link>http://www.tech-recipes.com/rx/23/find-and-delete-all-core-files/comment-page-1/#comment-4449</link>
		<dc:creator>Quinn McHenry</dc:creator>
		<pubDate>Thu, 23 Oct 2008 14:57:16 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-4449</guid>
		<description>I like that!  Nice bit of code.  Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>I like that!  Nice bit of code.  Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stef</title>
		<link>http://www.tech-recipes.com/rx/23/find-and-delete-all-core-files/comment-page-1/#comment-4446</link>
		<dc:creator>Stef</dc:creator>
		<pubDate>Thu, 23 Oct 2008 13:31:24 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-4446</guid>
		<description>sparkomemphis on &lt;a href=&quot;http://ncaabbs.com/showthread.php?tid=229890&quot;&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 &quot;nny to remove this core filen&quot; ; -exec /bin/rm -i {} ;</description>
		<content:encoded><![CDATA[<p>sparkomemphis on <a href="http://ncaabbs.com/showthread.php?tid=229890">http://ncaabbs.com/showthread.php?tid=229890</a> has this example that will help prevent removing non-core files named (lets not argue that there should not be any of these) core.</p>
<p>find . -name core* -user $USER -type f -size +1000000c -exec file {} ; -exec ls -l {} ; -exec printf &#8220;nny to remove this core filen&#8221; ; -exec /bin/rm -i {} ;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
