<?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/"
	xmlns:georss="http://www.georss.org/georss" 	>
<channel>
	<title>Comments on: Using Sort to List Directories by Size</title>
	<atom:link href="http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size/feed" rel="self" type="application/rss+xml" />
	<link>http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size</link>
	<description>my digital notebook</description>
	<lastBuildDate>Mon, 15 Mar 2010 17:56:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Doyle</title>
		<link>http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size#comment-255740</link>
		<dc:creator>John Doyle</dc:creator>
		<pubDate>Thu, 25 Feb 2010 22:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size/#comment-255740</guid>
		<description>Useful command many thanks,saved me some time trying to find directory sizes</description>
		<content:encoded><![CDATA[<p>Useful command many thanks,saved me some time trying to find directory sizes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sundar</title>
		<link>http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size#comment-234930</link>
		<dc:creator>sundar</dc:creator>
		<pubDate>Sun, 13 Sep 2009 00:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size/#comment-234930</guid>
		<description>Sort directories by size and print it in human readable format:

du -k --max-depth=1 &#124; sort -n &#124; awk &#039;{printf(&quot;%dMB\t%-10s\n&quot;, int($1 / 1024 + 0.5), $2)}&#039;</description>
		<content:encoded><![CDATA[<p>Sort directories by size and print it in human readable format:</p>
<p>du -k &#8211;max-depth=1 | sort -n | awk &#8216;{printf(&#8220;%dMB\t%-10s\n&#8221;, int($1 / 1024 + 0.5), $2)}&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandrar</title>
		<link>http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size#comment-234629</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 22:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size/#comment-234629</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://spiralbound.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yo</title>
		<link>http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size#comment-231148</link>
		<dc:creator>Yo</dc:creator>
		<pubDate>Thu, 20 Aug 2009 12:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size/#comment-231148</guid>
		<description>Very useful command , thanks for sharing</description>
		<content:encoded><![CDATA[<p>Very useful command , thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jadu Saikia</title>
		<link>http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size#comment-180410</link>
		<dc:creator>Jadu Saikia</dc:creator>
		<pubDate>Wed, 07 Jan 2009 17:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size/#comment-180410</guid>
		<description>Sort on size the dirs only

$ du --max-depth=1 . &#124; sort -n -r</description>
		<content:encoded><![CDATA[<p>Sort on size the dirs only</p>
<p>$ du &#8211;max-depth=1 . | sort -n -r</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl von Buelow</title>
		<link>http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size#comment-167635</link>
		<dc:creator>Carl von Buelow</dc:creator>
		<pubDate>Wed, 17 Sep 2008 14:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size/#comment-167635</guid>
		<description>thanks, i needed that. although i wish there was a way to show the sizes of directories and files in the same list. like why doesn&#039;t the ls command have a flag to show recursive directory sizes?
(::)</description>
		<content:encoded><![CDATA[<p>thanks, i needed that. although i wish there was a way to show the sizes of directories and files in the same list. like why doesn&#8217;t the ls command have a flag to show recursive directory sizes?<br />
(::)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AM</title>
		<link>http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size#comment-140432</link>
		<dc:creator>AM</dc:creator>
		<pubDate>Mon, 14 Jan 2008 17:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size/#comment-140432</guid>
		<description>Thank you!  This is very, very helpful.</description>
		<content:encoded><![CDATA[<p>Thank you!  This is very, very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cliff</title>
		<link>http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size#comment-131249</link>
		<dc:creator>cliff</dc:creator>
		<pubDate>Tue, 20 Nov 2007 13:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size/#comment-131249</guid>
		<description>Good question... This should do it.

% du -sk .[a-z]* &#124; sort +0nr</description>
		<content:encoded><![CDATA[<p>Good question&#8230; This should do it.</p>
<p>% du -sk .[a-z]* | sort +0nr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slack</title>
		<link>http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size#comment-131210</link>
		<dc:creator>Slack</dc:creator>
		<pubDate>Tue, 20 Nov 2007 01:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://spiralbound.net/2006/11/27/using-sort-to-list-directories-by-size/#comment-131210</guid>
		<description>Useful command, but it doesn&#039;t show the size of hidden directories. How could I get it to show them?</description>
		<content:encoded><![CDATA[<p>Useful command, but it doesn&#8217;t show the size of hidden directories. How could I get it to show them?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
