<?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: When Scripting Helps</title>
	<atom:link href="http://g33q.co.za/2009/05/20/when-scripting-helps/feed/" rel="self" type="application/rss+xml" />
	<link>http://g33q.co.za/2009/05/20/when-scripting-helps/</link>
	<description>The New Look Tech Blog</description>
	<lastBuildDate>Tue, 15 May 2012 17:00:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jaco Kroon</title>
		<link>http://g33q.co.za/2009/05/20/when-scripting-helps/comment-page-1/#comment-198</link>
		<dc:creator>Jaco Kroon</dc:creator>
		<pubDate>Thu, 21 May 2009 18:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.g33q.co.za/?p=103#comment-198</guid>
		<description>I used to use this quite often to show students what&#039;s going on in their home directories:

du -s .[^.]* * &#124; sort -gr &#124; head

And if they didn&#039;t clean up voluntarily after an initial unlock I&#039;d change that to actually take the top line, execute an rm -rf on it, rince and repeat until the user&#039;s folder was within limits.  *sigh* ... oh how I miss the days of being able to tell a student my server is NOT for storing their .avi and .mp3 files ...</description>
		<content:encoded><![CDATA[<p>I used to use this quite often to show students what&#8217;s going on in their home directories:</p>
<p>du -s .[^.]* * | sort -gr | head</p>
<p>And if they didn&#8217;t clean up voluntarily after an initial unlock I&#8217;d change that to actually take the top line, execute an rm -rf on it, rince and repeat until the user&#8217;s folder was within limits.  *sigh* &#8230; oh how I miss the days of being able to tell a student my server is NOT for storing their .avi and .mp3 files &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quintin</title>
		<link>http://g33q.co.za/2009/05/20/when-scripting-helps/comment-page-1/#comment-197</link>
		<dc:creator>Quintin</dc:creator>
		<pubDate>Wed, 20 May 2009 20:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.g33q.co.za/?p=103#comment-197</guid>
		<description>Wowee, you are quick - I was still proofreading when I saw your comment come in via gmail. (For some reason I proof-read better after posting...)

Well I guess you can label what I did &quot;Basic&quot; bash scripting, and I bet that with a little creativity you can fit everything I did in a single line sans temporary files.

It is a little freaky that a similar post to mine was posted just a few days ago. I have never heard of hacker news - will give it a definite read through.

Thanks for the headsup!</description>
		<content:encoded><![CDATA[<p>Wowee, you are quick &#8211; I was still proofreading when I saw your comment come in via gmail. (For some reason I proof-read better after posting&#8230;)</p>
<p>Well I guess you can label what I did &#8220;Basic&#8221; bash scripting, and I bet that with a little creativity you can fit everything I did in a single line sans temporary files.</p>
<p>It is a little freaky that a similar post to mine was posted just a few days ago. I have never heard of hacker news &#8211; will give it a definite read through.</p>
<p>Thanks for the headsup!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://g33q.co.za/2009/05/20/when-scripting-helps/comment-page-1/#comment-196</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 20 May 2009 19:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.g33q.co.za/?p=103#comment-196</guid>
		<description>Similar script-fu was on hacker news a few days ago. If you read comments, they come up with perl-free oneliner that does this with no temporary files.

http://www.earthinfo.org/linux-disk-usage-sorted-by-size-and-human-readable/</description>
		<content:encoded><![CDATA[<p>Similar script-fu was on hacker news a few days ago. If you read comments, they come up with perl-free oneliner that does this with no temporary files.</p>
<p><a href="http://www.earthinfo.org/linux-disk-usage-sorted-by-size-and-human-readable/" rel="nofollow">http://www.earthinfo.org/linux-disk-usage-sorted-by-size-and-human-readable/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

