<?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: Linux Contest with a $25 Amazon Gift Card Giveaway &#8211; Week 3</title>
	<atom:link href="http://www.foogazi.com/2008/05/13/linux-contest-with-a-25-amazon-gift-card-giveaway-week-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.foogazi.com/2008/05/13/linux-contest-with-a-25-amazon-gift-card-giveaway-week-3/</link>
	<description>Linux Tips, Tricks, and Opinions</description>
	<lastBuildDate>Wed, 27 Jun 2012 07:49:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: apokalyptik</title>
		<link>http://www.foogazi.com/2008/05/13/linux-contest-with-a-25-amazon-gift-card-giveaway-week-3/comment-page-1/#comment-15385</link>
		<dc:creator>apokalyptik</dc:creator>
		<pubDate>Mon, 12 May 2008 05:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.foogazi.com/?p=222#comment-15385</guid>
		<description>non recursive:  

du -s *  &#124; sort -n

recursive:

find -ls &#124; sed -r s/&#039;[ ]+&#039;/&#039; &#039;/g &#124; cut -d&#039; &#039; -f 7- &#124; sort -n

use -r with sort to get biggest files first</description>
		<content:encoded><![CDATA[<p>non recursive:  </p>
<p>du -s *  | sort -n</p>
<p>recursive:</p>
<p>find -ls | sed -r s/&#8217;[ ]+&#8217;/&#8217; &#8216;/g | cut -d&#8217; &#8216; -f 7- | sort -n</p>
<p>use -r with sort to get biggest files first</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: livibetter</title>
		<link>http://www.foogazi.com/2008/05/13/linux-contest-with-a-25-amazon-gift-card-giveaway-week-3/comment-page-1/#comment-15375</link>
		<dc:creator>livibetter</dc:creator>
		<pubDate>Mon, 12 May 2008 00:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.foogazi.com/?p=222#comment-15375</guid>
		<description>find / -printf &quot;%12s %h/%f\n&quot; &#124; sort -gr</description>
		<content:encoded><![CDATA[<p>find / -printf &#8220;%12s %h/%f\n&#8221; | sort -gr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahmoud</title>
		<link>http://www.foogazi.com/2008/05/13/linux-contest-with-a-25-amazon-gift-card-giveaway-week-3/comment-page-1/#comment-15247</link>
		<dc:creator>Mahmoud</dc:creator>
		<pubDate>Fri, 09 May 2008 14:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.foogazi.com/?p=222#comment-15247</guid>
		<description>du -a * &#124; sort -rn &#124; tail

du -ah would show the sizes in a human readable format but the sort won&#039;t be accurate.</description>
		<content:encoded><![CDATA[<p>du -a * | sort -rn | tail</p>
<p>du -ah would show the sizes in a human readable format but the sort won&#8217;t be accurate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben P</title>
		<link>http://www.foogazi.com/2008/05/13/linux-contest-with-a-25-amazon-gift-card-giveaway-week-3/comment-page-1/#comment-15452</link>
		<dc:creator>Ben P</dc:creator>
		<pubDate>Thu, 08 May 2008 17:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.foogazi.com/?p=222#comment-15452</guid>
		<description>du -a * &#124; sort -rn</description>
		<content:encoded><![CDATA[<p>du -a * | sort -rn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivers</title>
		<link>http://www.foogazi.com/2008/05/13/linux-contest-with-a-25-amazon-gift-card-giveaway-week-3/comment-page-1/#comment-15199</link>
		<dc:creator>Olivers</dc:creator>
		<pubDate>Thu, 08 May 2008 13:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.foogazi.com/?p=222#comment-15199</guid>
		<description>The answer is:

du -ah / &#124; sort -n -r 

Thanks</description>
		<content:encoded><![CDATA[<p>The answer is:</p>
<p>du -ah / | sort -n -r </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
