<?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>Bitwise Gamgee &#187; Linux</title>
	<atom:link href="http://blog.burcsade.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.burcsade.com</link>
	<description>I code, therefore I am</description>
	<lastBuildDate>Mon, 22 Mar 2010 08:17:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Find Large Files on Ubuntu</title>
		<link>http://blog.burcsade.com/2009/07/11/find-large-files-on-linux/</link>
		<comments>http://blog.burcsade.com/2009/07/11/find-large-files-on-linux/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 12:00:30 +0000</pubDate>
		<dc:creator>laforge</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[large file]]></category>

		<guid isPermaLink="false">http://blog.burcsade.com/?p=64</guid>
		<description><![CDATA[Here is the command that you can use to find files larger than 2G (quite usefult for application with 2G filesize limit, like INN2 compiled without large file support.)

1
find / -type f -size +2G -exec ls -lh &#123;&#125; \; &#124; awk '{ print $8 &#34;: &#34; $5 }'



Bookmark It



















Hide Sites



$$('div.d64').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); ]]></description>
		<wfw:commentRss>http://blog.burcsade.com/2009/07/11/find-large-files-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
