Finding duplicate files ,write by python
dupFinder/dupFinder.py ./ > dup_files.txt
vim dup_files.txt
统计结果:
#stats:
# {
# "total_size_human": "13.0GiB",
# "process": 372220,
# "del_size_human": "3.7GiB",
# "total": 377472,
# "count_sha1": 325029,
# "sha1": 325029,
# "process_total": 372220,
# "total_size": 13923604736,
# "del_size": 4017960903,
# "crc": 372220,
# "del": 277703,
# "time": "229.031s",
# "empty": 488,
# "same_size": 372220
#}