md5diff 1.4
A script to compare and diff two md5 files.
Script feature :
* can load all kind (I hope ;-) of md5 files
* the files inside the input md5 lists 'll be diff'ed and flagged as : ** '==' : equal (md5 =, path =, filename =) ** '<>' : different (md5 <>, path =, filename =) ** '<<' or '>>' : new (md5 n/a, path <>, filename <>) ** '<m' or 'm>' : moved (md5 =, path <>, filename =) ** '<r' or 'r>' : renamed (md5 =, path =, filename <>)
* to the stdout 'll be printed : ** the two input md5 files, added of the diff'ing flag; the only difference from a standard md5 is the diff'ing flag, printed between the md5 and the path/filename (chars 33,34) ** some stats of the diff'ing
***
Some background :
I needed this script to compare md5 created with different programs, to catch files renaming and moving and... because programming in python is fun !!!
- Author: Stefano Spinucci
- Home Page: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/304095
- Download URL: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/304095/index_txt
- Keywords: md5 diff compare
- License: python
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Console
- Intended Audience :: Developers
- Intended Audience :: End Users/Desktop
- Intended Audience :: System Administrators
- License :: OSI Approved :: BSD License
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: System :: Systems Administration
- Topic :: Text Processing
- Topic :: Utilities
- Package Index Owner: virgo977
- DOAP record: md5diff-1.4.xml
