Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 260 Bytes

Readme.md

File metadata and controls

8 lines (6 loc) · 260 Bytes

comparemd5.py

Simple utility to compare md5 sums of files in directories for python 2.

Usage:

python <dir1> <dir2>

Info:

The program finds filenames that are present in both directories, and does a pairwise comparison of the files using md5 sums.