<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>TrevorWendt.com</title>
	<link>http://www.trevorwendt.com</link>
	<description>Just another WordPress weblog (yeah but this one&#039;s awesome!)</description>
	<lastBuildDate>Wed, 08 Sep 2010 22:36:03 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Disk Usage/Size</title>
		<description><![CDATA[All files/folders with sizes; Total size at bottom du -h &#60;/path/to/directory&#62; One line, shows top level folder size including sub-folders/files. du -hs &#60;/path/to/directory&#62; Total folder/file size recursive for multiple folders du -sch &#60;/path/to/directory&#62; &#60;/path/to/directory&#62; &#60;/path/to/directory&#62; Show directory tree structure from directory down with count tree -sd &#60;/path/to/directory&#62;]]></description>
		<link>http://www.trevorwendt.com/2010/09/disk-usagesize/</link>
			</item>
	<item>
		<title>Find large files in Linux</title>
		<description><![CDATA[My favorite one-liner to do this find / -type f -size +10M -exec ls -lh {} \; &#124; awk '{ print $9 ": " $5 }' From the Linux Man page for &#8216;find&#8217;, size can be set to the following: ‘b’    for 512-byte blocks (this is the default if no suffix is used) ‘c’    for [...]]]></description>
		<link>http://www.trevorwendt.com/2010/09/find-large-files-in-linux/</link>
			</item>
	<item>
		<title>Simple Command Line Sendmail Test</title>
		<description><![CDATA[This is one of those commands I rarely use but can never seem to find it or remember it when I need it so, here it is for easy reference. A simple, quick sendmail example to test from a command line. Replace you@yourdomain.com to your actual email address of course. Subject only, no body message: [...]]]></description>
		<link>http://www.trevorwendt.com/2010/04/simple-command-line-sendmail-test/</link>
			</item>
</channel>
</rss>

