remove_duplicate_files:用于从类似备份目录中删除重复文件的 Python 脚本

时间:2024-07-11 16:01:46
【文件属性】:

文件名称:remove_duplicate_files:用于从类似备份目录中删除重复文件的 Python 脚本

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-11 16:01:46

Python

remove_duplicate_files 我有许多包含类似文件的备份。 为了确保我只检查了一次文件,我编写了这个脚本来删除任何重复项。 如果文件位于相同位置,相对于搜索目录,并且具有相同的二进制内容,则文件被视为重复。 用法 usage: removeDuplicateFiles.py [-h] [-V] [-v] [-p] [-n] [-d] ... positional arguments: directories directories to compare optional arguments: -h, --help show this help message and exit -V, --version show program's version number and exit -v, --verbose verbose output


【文件预览】:
remove_duplicate_files-master
----LICENSE(1KB)
----README.markdown(2KB)
----remove_duplicate_files.py(6KB)
----.gitignore(15B)

网友评论