doc
Recursively compare two directory trees.
This script recursively compares two directory trees and prints the differences.
Call the script with the --help as argument to get the help function:
$ dircomp.py --help$ dircomp.py size /home/user1/Downloads /home/user2/DownloadsThis will compare both directory tries based on their files' sizes.