<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://s-and-j.co.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=Deleting_millions_of_files</id>
	<title>Deleting millions of files - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://s-and-j.co.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=Deleting_millions_of_files"/>
	<link rel="alternate" type="text/html" href="http://s-and-j.co.uk/wiki/index.php?title=Deleting_millions_of_files&amp;action=history"/>
	<updated>2026-09-18T18:08:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://s-and-j.co.uk/wiki/index.php?title=Deleting_millions_of_files&amp;diff=14&amp;oldid=prev</id>
		<title>Simon: Recreated page</title>
		<link rel="alternate" type="text/html" href="http://s-and-j.co.uk/wiki/index.php?title=Deleting_millions_of_files&amp;diff=14&amp;oldid=prev"/>
		<updated>2017-06-15T17:46:49Z</updated>

		<summary type="html">&lt;p&gt;Recreated page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Deleting millions of files  ==&lt;br /&gt;
&lt;br /&gt;
When you have a file system with 100,000s or more of files, &amp;lt;code&amp;gt;rm&amp;lt;/code&amp;gt; will not work. It will eventually come back and say &amp;#039;&amp;#039;&amp;#039;bash: /bin/rm: Argument list too long&amp;#039;&amp;#039;&amp;#039; or some such.&lt;br /&gt;
&lt;br /&gt;
This command will work:&lt;br /&gt;
 find . -exec rm {} \;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Linux]]&lt;/div&gt;</summary>
		<author><name>Simon</name></author>
	</entry>
</feed>