compare-files

A Python script that compares files in different directories, this is similar to the command filecmp.cmp(f1, f2). I made this script in Linux and it’s meant to be used for Lunix.

how it’s used: compare.py [directory A] [directory B]

Source Code

Source code can be found at https://github.com/MrMaximilian/compare-files

GitHub

View Github