<?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: Quickly find the largest files in a directory</title>
	<atom:link href="http://osxdaily.com/2009/10/26/quickly-find-the-largest-files-in-a-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2009/10/26/quickly-find-the-largest-files-in-a-directory/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Thu, 24 May 2012 13:09:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: frank</title>
		<link>http://osxdaily.com/2009/10/26/quickly-find-the-largest-files-in-a-directory/#comment-98539</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Fri, 27 Nov 2009 10:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=1185#comment-98539</guid>
		<description>You may also want to check out the bigfiles command line tool to get the largest files within a given directory:

bigfiles -h

time -p bigfiles -n 40 ~/

see: http://codesnippets.joyent.com/posts/show/1888</description>
		<content:encoded><![CDATA[<p>You may also want to check out the bigfiles command line tool to get the largest files within a given directory:</p>
<p>bigfiles -h</p>
<p>time -p bigfiles -n 40 ~/</p>
<p>see: <a href="http://codesnippets.joyent.com/posts/show/1888" rel="nofollow">http://codesnippets.joyent.com/posts/show/1888</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hypnopixel</title>
		<link>http://osxdaily.com/2009/10/26/quickly-find-the-largest-files-in-a-directory/#comment-97439</link>
		<dc:creator>hypnopixel</dc:creator>
		<pubDate>Tue, 27 Oct 2009 18:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=1185#comment-97439</guid>
		<description>$ du -xak ~/ 2&gt; /dev/null &#124; sort -nr &#124; head -n 40

will list the 40 heaviest files in your home directory</description>
		<content:encoded><![CDATA[<p>$ du -xak ~/ 2&gt; /dev/null | sort -nr | head -n 40</p>
<p>will list the 40 heaviest files in your home directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Princeton Macintosh Users&#8217; Group Blog &#187; Blog Archive &#187; Listing the largest file or sub-directory in the current directory</title>
		<link>http://osxdaily.com/2009/10/26/quickly-find-the-largest-files-in-a-directory/#comment-97432</link>
		<dc:creator>Princeton Macintosh Users&#8217; Group Blog &#187; Blog Archive &#187; Listing the largest file or sub-directory in the current directory</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=1185#comment-97432</guid>
		<description>[...] OS X Daily posted a tip on how to find the largest file in a directory. &#160;I have my own that uses the du UNIX utility. &#160;The du utility displays the file system usage statistics for each file and directory argument. To use it, type du in a Terminal window. The first column of output is the number of bytes and the second column is the directory path and file. If you run this utility in a directory with lots of files a lot of stuff will scroll off the screen. Not very useful. [...]</description>
		<content:encoded><![CDATA[<p>[...] OS X Daily posted a tip on how to find the largest file in a directory. &#160;I have my own that uses the du UNIX utility. &#160;The du utility displays the file system usage statistics for each file and directory argument. To use it, type du in a Terminal window. The first column of output is the number of bytes and the second column is the directory path and file. If you run this utility in a directory with lots of files a lot of stuff will scroll off the screen. Not very useful. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Listing the largest file or sub-directory in the current directory — Island in the Net</title>
		<link>http://osxdaily.com/2009/10/26/quickly-find-the-largest-files-in-a-directory/#comment-97431</link>
		<dc:creator>Listing the largest file or sub-directory in the current directory — Island in the Net</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=1185#comment-97431</guid>
		<description>[...] OS X Daily posted a tip on how to find the largest file in a directory.  I have my own that uses the du UNIX utility.  The du utility displays the file system usage statistics for each file and directory argument. To use it, type du in a Terminal window. The first column of output is the number of bytes and the second column is the directory path and file. If you run this utility in a directory with lots of files a lot of stuff will scroll off the screen. Not very useful. [...]</description>
		<content:encoded><![CDATA[<p>[...] OS X Daily posted a tip on how to find the largest file in a directory.  I have my own that uses the du UNIX utility.  The du utility displays the file system usage statistics for each file and directory argument. To use it, type du in a Terminal window. The first column of output is the number of bytes and the second column is the directory path and file. If you run this utility in a directory with lots of files a lot of stuff will scroll off the screen. Not very useful. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 222/223 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2012-05-24 06:26:28 -->
