<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stereo Interactive &#38; Design &#187; bash</title>
	<atom:link href="http://stereointeractive.com/blog/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://stereointeractive.com/blog</link>
	<description>Development Blog</description>
	<lastBuildDate>Wed, 07 Jul 2010 19:16:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>BASH: Total directory size</title>
		<link>http://stereointeractive.com/blog/2009/08/09/bash-total-directory-size/</link>
		<comments>http://stereointeractive.com/blog/2009/08/09/bash-total-directory-size/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 02:51:48 +0000</pubDate>
		<dc:creator>Scott Meves</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=293</guid>
		<description><![CDATA[A quick way to get the size of a directory:

du -sh .

Used just rarely enough to forget it every time I need it.
]]></description>
			<content:encoded><![CDATA[<p>A quick way to get the size of a directory:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span class="kw2">du</span> <span class="re5">-sh</span> .</pre></div></div>

<p>Used just rarely enough to forget it every time I need it.</p>
]]></content:encoded>
			<wfw:commentRss>http://stereointeractive.com/blog/2009/08/09/bash-total-directory-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
