<?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: clutch</title>
	<atom:link href="http://nathanpowell.org/blog/archives/82/feed" rel="self" type="application/rss+xml" />
	<link>http://nathanpowell.org/blog/archives/82</link>
	<description>Bad running advice, boring family stuff, and technology few find interesting</description>
	<lastBuildDate>Tue, 31 Jan 2012 00:48:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Josiah Ritchie</title>
		<link>http://nathanpowell.org/blog/archives/82/comment-page-1#comment-344</link>
		<dc:creator>Josiah Ritchie</dc:creator>
		<pubDate>Wed, 12 Apr 2006 12:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://nathanpowell.org/blog/archives/82#comment-344</guid>
		<description>:-) I like the human readable markers too. All those digits get confused inside my little brain :-)</description>
		<content:encoded><![CDATA[<p>:-) I like the human readable markers too. All those digits get confused inside my little brain :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Powell</title>
		<link>http://nathanpowell.org/blog/archives/82/comment-page-1#comment-343</link>
		<dc:creator>Nathan Powell</dc:creator>
		<pubDate>Tue, 11 Apr 2006 23:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://nathanpowell.org/blog/archives/82#comment-343</guid>
		<description>Take the -h out of the du, that makes them have the M, G and K on there, I added that right before I posted, because I am not always good at looking at the longer numbers.  Without that it works as you want it too, just not with the human readable marker at the end.</description>
		<content:encoded><![CDATA[<p>Take the -h out of the du, that makes them have the M, G and K on there, I added that right before I posted, because I am not always good at looking at the longer numbers.  Without that it works as you want it too, just not with the human readable marker at the end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josiah Ritchie</title>
		<link>http://nathanpowell.org/blog/archives/82/comment-page-1#comment-342</link>
		<dc:creator>Josiah Ritchie</dc:creator>
		<pubDate>Tue, 11 Apr 2006 13:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://nathanpowell.org/blog/archives/82#comment-342</guid>
		<description>This mixes up K sized files with M sized files so it tells me 332K is bigger than 255M. Does that go back to the UTF-8 encoding issue. I came up with another method that gets me what I want in directories with Gig files in them. It doesn&#039;t sort G, M and K appropriately though.

sudo du -ckh * &#124; sort -rn &#124;egrep &#039;[0-9]G[[:space:]]&#039;</description>
		<content:encoded><![CDATA[<p>This mixes up K sized files with M sized files so it tells me 332K is bigger than 255M. Does that go back to the UTF-8 encoding issue. I came up with another method that gets me what I want in directories with Gig files in them. It doesn&#8217;t sort G, M and K appropriately though.</p>
<p>sudo du -ckh * | sort -rn |egrep &#8216;[0-9]G[[:space:]]&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

