<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://calebneedscollege.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Linux_Command_Line_Tricks</id>
	<title>Linux Command Line Tricks - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://calebneedscollege.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Linux_Command_Line_Tricks"/>
	<link rel="alternate" type="text/html" href="http://calebneedscollege.com/wiki/index.php?title=Linux_Command_Line_Tricks&amp;action=history"/>
	<updated>2026-04-24T18:59:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>http://calebneedscollege.com/wiki/index.php?title=Linux_Command_Line_Tricks&amp;diff=268&amp;oldid=prev</id>
		<title>Legg: Created page with &quot;==MD5SUM an entire directory tree== ===Synopsis=== Create a single text file that contains a list of every file in the current directory, including complete path, along with a...&quot;</title>
		<link rel="alternate" type="text/html" href="http://calebneedscollege.com/wiki/index.php?title=Linux_Command_Line_Tricks&amp;diff=268&amp;oldid=prev"/>
		<updated>2021-08-02T15:59:29Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==MD5SUM an entire directory tree== ===Synopsis=== Create a single text file that contains a list of every file in the current directory, including complete path, along with a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==MD5SUM an entire directory tree==&lt;br /&gt;
===Synopsis===&lt;br /&gt;
Create a single text file that contains a list of every file in the current directory, including complete path, along with an MD%SUM such that it is easy to parse afterwards.&lt;br /&gt;
===Code===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
find &amp;quot;$(pwd)&amp;quot; &amp;gt; list.txt&lt;br /&gt;
xargs md5sum &amp;lt; list.txt &amp;gt; md5list.txt&lt;br /&gt;
rm list.txt&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Legg</name></author>
		
	</entry>
</feed>