<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.jamesclaus.com/index.php?action=history&amp;feed=atom&amp;title=Find_large_files</id>
	<title>Find large files - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.jamesclaus.com/index.php?action=history&amp;feed=atom&amp;title=Find_large_files"/>
	<link rel="alternate" type="text/html" href="https://wiki.jamesclaus.com/index.php?title=Find_large_files&amp;action=history"/>
	<updated>2026-05-18T08:02:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.jamesclaus.com/index.php?title=Find_large_files&amp;diff=339&amp;oldid=prev</id>
		<title>Ractive: Created page with &quot;This is useful if your drive is filling up with large log files  run in bash:  find {/path/to/directory} -type f -size +{file-size-in-kb}k -exec ls -lh {} \; | awk &#039;{ print $8...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.jamesclaus.com/index.php?title=Find_large_files&amp;diff=339&amp;oldid=prev"/>
		<updated>2018-07-15T09:53:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This is useful if your drive is filling up with large log files  run in bash:  find {/path/to/directory} -type f -size +{file-size-in-kb}k -exec ls -lh {} \; | awk &amp;#039;{ print $8...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is useful if your drive is filling up with large log files&lt;br /&gt;
&lt;br /&gt;
run in bash:&lt;br /&gt;
&lt;br /&gt;
find {/path/to/directory} -type f -size +{file-size-in-kb}k -exec ls -lh {} \; | awk &amp;#039;{ print $8 &amp;quot;: &amp;quot; $5 }&amp;#039; &lt;br /&gt;
&lt;br /&gt;
 sudo find /var -type f -size +5000k -exec ls -lh {} \; | awk &amp;#039;{ print $8 &amp;quot;: &amp;quot; $5 }&amp;#039;&lt;/div&gt;</summary>
		<author><name>Ractive</name></author>
	</entry>
</feed>