Popular recipes by Guillaume Knispel http://code.activestate.com/recipes/users/4127202/2008-03-29T09:12:09-07:00ActiveState Code RecipesMixing features of "tree" and of "md5sum" : tree_md5 :) (Python)
2008-03-29T09:12:09-07:00Guillaume Knispelhttp://code.activestate.com/recipes/users/4127202/http://code.activestate.com/recipes/552739-mixing-features-of-tree-and-of-md5sum-tree_md5/
<p style="color: grey">
Python
recipe 552739
by <a href="/recipes/users/4127202/">Guillaume Knispel</a>
(<a href="/recipes/tags/programs/">programs</a>).
</p>
<p>Have you ever wanted to describe a filesystem subtree with, as an extra bonus, the md5sum of each file ?</p>
<p>I have.</p>
<p>Here is a tiny Python script that mixes functions of "tree" and of "md5sum", just for your pleasure.</p>
<p>I wrote it with Python 2.4 under Linux.</p>