<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2FFind_Large_Files</id>
	<title>Linux/Find Large Files - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2FFind_Large_Files"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Linux/Find_Large_Files&amp;action=history"/>
	<updated>2026-05-07T04:25:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Linux/Find_Large_Files&amp;diff=6108&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot; find /home -xdev -size +500k -ls &gt; piggies  --  &lt;pre&gt; find /path/to/directory -type f -exec du -hs {} \;| sort -rh | head -n 1 du -sh * | sort -rh | head -5 ls -lSh /bin | he...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Linux/Find_Large_Files&amp;diff=6108&amp;oldid=prev"/>
		<updated>2022-09-20T03:43:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; find /home -xdev -size +500k -ls &amp;gt; piggies  --  &amp;lt;pre&amp;gt; find /path/to/directory -type f -exec du -hs {} \;| sort -rh | head -n 1 du -sh * | sort -rh | head -5 ls -lSh /bin | he...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; find /home -xdev -size +500k -ls &amp;gt; piggies&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
find /path/to/directory -type f -exec du -hs {} \;| sort -rh | head -n 1&lt;br /&gt;
du -sh * | sort -rh | head -5&lt;br /&gt;
ls -lSh /bin | head -5&lt;br /&gt;
find ./ -type f -exec du -sh {} \; |sort -h|tail -5&lt;br /&gt;
du -ah /home | sort -h -r | head -n 5&lt;br /&gt;
find $directory -type f -exec ls -s {} \; | sort -n | tail -n 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ref: https://www.howtouselinux.com/post/find-largest-files-and-directories-in-linux&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>