<?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: Cron Creating Lots of Files in Home Directory</title>
	<atom:link href="http://www.edmondscommerce.co.uk/linux/cron-creating-lots-of-files-in-home-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edmondscommerce.co.uk/linux/cron-creating-lots-of-files-in-home-directory/</link>
	<description>Freelance PHP Ecommerce and SEO Developer in the UK</description>
	<lastBuildDate>Sat, 11 Feb 2012 03:49:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Ryan</title>
		<link>http://www.edmondscommerce.co.uk/linux/cron-creating-lots-of-files-in-home-directory/comment-page-1/#comment-2438</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 23 Mar 2010 05:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=1190#comment-2438</guid>
		<description>I actually was using a -O /dev/null in my cron but I discovered I had over 12000 0 byte files in a folder just outside my public_html folder.  I didn&#039;t really want to just make another cron to fix it so to avoid this problem I used this cron instead:

/usr/bin/php -c /path/to/php.ini /path/to/cron.php</description>
		<content:encoded><![CDATA[<p>I actually was using a -O /dev/null in my cron but I discovered I had over 12000 0 byte files in a folder just outside my public_html folder.  I didn&#8217;t really want to just make another cron to fix it so to avoid this problem I used this cron instead:</p>
<p>/usr/bin/php -c /path/to/php.ini /path/to/cron.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.edmondscommerce.co.uk/linux/cron-creating-lots-of-files-in-home-directory/comment-page-1/#comment-1712</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 22 Sep 2009 16:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=1190#comment-1712</guid>
		<description>to clean up those files created by wget, try this command:

[code]
ls &#124; grep -E &quot;\.php\.[0-9]&quot; &#124; xargs rm
[/code]</description>
		<content:encoded><![CDATA[<p>to clean up those files created by wget, try this command:</p>
<div class="igBar"><span id="lcode-1"><a href="#" onclick="javascript:showPlainTxt('code-1'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-1">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ls | grep -E <span style="color:#CC0000;">"<span style="color:#000099; font-weight:bold;">\.</span>php<span style="color:#000099; font-weight:bold;">\.</span>[0-9]"</span> | xargs rm </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
	</item>
</channel>
</rss>

