ogallagher / compare_folders

This python script will compare two folders, displaying the unique filenames and computing secure hashes to find common files which content differ.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compare_folders

This python script will compare two folders.

  • displaying the unique filenames
  • computing secure hashes to find and display common files whose content differ.

usage: compare_folders.py [-h] dir1 dir2

positional arguments:

  • dir1
  • dir2

optional arguments: -h, --help show this help message and exit

About

This python script will compare two folders, displaying the unique filenames and computing secure hashes to find common files which content differ.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%