Xdiff is a tool to identify diff modification types. The operating environment and usage are as follows.Please make sure that the two filenames that you compare are the same. And you should make sure the file names are the same in both folders.
python-linux-2.7
python Xdiff.py file1 file2 #Show the diff type between file1 and file2
python Xdiff.py dir1 dir2 #Show the diff type between dir1 and dir2
python Xdiff.py -h #Show help
python Xdiff.py [file1/dir1] [file2/dir2] -s #Show the diff code