<?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: Clear your /tmp</title>
	<atom:link href="http://movabletripe.com/archive/clear-your-tmp/feed/" rel="self" type="application/rss+xml" />
	<link>http://movabletripe.com/archive/clear-your-tmp/</link>
	<description>Making up launch dates since 1982</description>
	<lastBuildDate>Sun, 25 Jul 2010 19:36:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://movabletripe.com/archive/clear-your-tmp/comment-page-1/#comment-53280</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 01 May 2010 08:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/clear-your-tmp/#comment-53280</guid>
		<description>I know you did this a long time ago, but thanks! I have a tendency to fill up my / directory, and I needed a way to clean out unnecessary files automatically.</description>
		<content:encoded><![CDATA[<p>I know you did this a long time ago, but thanks! I have a tendency to fill up my / directory, and I needed a way to clean out unnecessary files automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://movabletripe.com/archive/clear-your-tmp/comment-page-1/#comment-36382</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 22 Aug 2007 08:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/clear-your-tmp/#comment-36382</guid>
		<description>I just noticed that wordpress for some reason is filtering my backslashes. Turns out the backslash is interpretted as an escape, so I had to escape the escape (ie. \\;) and everything looks good again.

Sorry to the guys that couldn&#039;t get this thing to work.</description>
		<content:encoded><![CDATA[<p>I just noticed that wordpress for some reason is filtering my backslashes. Turns out the backslash is interpretted as an escape, so I had to escape the escape (ie. \\;) and everything looks good again.</p>
<p>Sorry to the guys that couldn&#8217;t get this thing to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chronic_masturbator</title>
		<link>http://movabletripe.com/archive/clear-your-tmp/comment-page-1/#comment-23412</link>
		<dc:creator>chronic_masturbator</dc:creator>
		<pubDate>Thu, 03 May 2007 06:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/clear-your-tmp/#comment-23412</guid>
		<description>actually change it to

#!/bin/bash
find /tmp -type f -atime +5 -exec rm {} \;
find /var/tmp -type f -atime +30 -exec rm {} \;


and it will work fine</description>
		<content:encoded><![CDATA[<p>actually change it to</p>
<p>#!/bin/bash<br />
find /tmp -type f -atime +5 -exec rm {} \;<br />
find /var/tmp -type f -atime +30 -exec rm {} \;</p>
<p>and it will work fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon_c</title>
		<link>http://movabletripe.com/archive/clear-your-tmp/comment-page-1/#comment-20363</link>
		<dc:creator>Simon_c</dc:creator>
		<pubDate>Fri, 30 Mar 2007 15:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/clear-your-tmp/#comment-20363</guid>
		<description>The major problem with this script on a system that has any kind of access from the outside world on it, is what happens if some evil user puts a symlink into /tmp say ../usr/bin</description>
		<content:encoded><![CDATA[<p>The major problem with this script on a system that has any kind of access from the outside world on it, is what happens if some evil user puts a symlink into /tmp say ../usr/bin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2006 November 16 &#171; A r j u n a</title>
		<link>http://movabletripe.com/archive/clear-your-tmp/comment-page-1/#comment-5840</link>
		<dc:creator>2006 November 16 &#171; A r j u n a</dc:creator>
		<pubDate>Thu, 16 Nov 2006 09:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/clear-your-tmp/#comment-5840</guid>
		<description>[...] Solusi yang gampang bagi gue ya tinggal ngikutin petunjuk di sini. Tinggal pakai perintah find. [...]</description>
		<content:encoded><![CDATA[<p>[...] Solusi yang gampang bagi gue ya tinggal ngikutin petunjuk di sini. Tinggal pakai perintah find. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PG</title>
		<link>http://movabletripe.com/archive/clear-your-tmp/comment-page-1/#comment-4486</link>
		<dc:creator>PG</dc:creator>
		<pubDate>Thu, 19 Oct 2006 07:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/clear-your-tmp/#comment-4486</guid>
		<description>Try replacing &quot;-exec rm {} ;&quot; with &quot;-delete&quot;.</description>
		<content:encoded><![CDATA[<p>Try replacing &#8220;-exec rm {} ;&#8221; with &#8220;-delete&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carol Sanders</title>
		<link>http://movabletripe.com/archive/clear-your-tmp/comment-page-1/#comment-3401</link>
		<dc:creator>Carol Sanders</dc:creator>
		<pubDate>Wed, 27 Sep 2006 19:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/clear-your-tmp/#comment-3401</guid>
		<description>I attempted to use this script but received the following error: find: missing argument to `-exec&#039;. Can you suggest what might be the issue? I read the manpage for exec and tried adding -cl and -a.
Thanks</description>
		<content:encoded><![CDATA[<p>I attempted to use this script but received the following error: find: missing argument to `-exec&#8217;. Can you suggest what might be the issue? I read the manpage for exec and tried adding -cl and -a.<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
