<?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=List_50_largest_files</id>
	<title>List 50 largest 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=List_50_largest_files"/>
	<link rel="alternate" type="text/html" href="https://wiki.jamesclaus.com/index.php?title=List_50_largest_files&amp;action=history"/>
	<updated>2026-05-18T07:16:59Z</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=List_50_largest_files&amp;diff=355&amp;oldid=prev</id>
		<title>Ractive: Created page with &quot;This will find the 50 largest files and sort by size, excluding directories /proc and /media    sudo find / -type f \( -path ./proc -o -path /media \) -prune -o -exec du -Sh {...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.jamesclaus.com/index.php?title=List_50_largest_files&amp;diff=355&amp;oldid=prev"/>
		<updated>2018-10-06T17:03:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This will find the 50 largest files and sort by size, excluding directories /proc and /media    sudo find / -type f \( -path ./proc -o -path /media \) -prune -o -exec du -Sh {...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This will find the 50 largest files and sort by size, excluding directories /proc and /media&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 sudo find / -type f \( -path ./proc -o -path /media \) -prune -o -exec du -Sh {} + | sort -rh | head -n 50&lt;/div&gt;</summary>
		<author><name>Ractive</name></author>
	</entry>
</feed>