<?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: Quickzi: How To Show The Top Largest Files and Directories</title>
	<atom:link href="http://www.foogazi.com/2008/04/19/quickzi-how-to-show-the-top-largest-files-and-directories/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.foogazi.com/2008/04/19/quickzi-how-to-show-the-top-largest-files-and-directories/</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: Peter</title>
		<link>http://www.foogazi.com/2008/04/19/quickzi-how-to-show-the-top-largest-files-and-directories/comment-page-1/#comment-13277</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 23 Apr 2008 18:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.foogazi.com/?p=208#comment-13277</guid>
		<description>I believe this will do the same:

ls -1hSs /home/adam &#124;head</description>
		<content:encoded><![CDATA[<p>I believe this will do the same:</p>
<p>ls -1hSs /home/adam |head</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liquidsunshine</title>
		<link>http://www.foogazi.com/2008/04/19/quickzi-how-to-show-the-top-largest-files-and-directories/comment-page-1/#comment-12206</link>
		<dc:creator>liquidsunshine</dc:creator>
		<pubDate>Sat, 19 Apr 2008 18:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.foogazi.com/?p=208#comment-12206</guid>
		<description>Just a note, it doesn&#039;t work with the -h (human-readable units) flag if the file sizes are in different units (such as a 16 GB folder and a 599 MB folder) -- it only sorts by the raw number, not taking into account the units (so the 599 MB folder would come before the 16 GB folder).  If you remove the -h flag, it works fine.  Cool trick though.</description>
		<content:encoded><![CDATA[<p>Just a note, it doesn&#8217;t work with the -h (human-readable units) flag if the file sizes are in different units (such as a 16 GB folder and a 599 MB folder) &#8212; it only sorts by the raw number, not taking into account the units (so the 599 MB folder would come before the 16 GB folder).  If you remove the -h flag, it works fine.  Cool trick though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
