Skip to content

对两个文件夹中的文件和文件夹进行比较

Notifications You must be signed in to change notification settings

LeeHDsniper/filecompare

Repository files navigation

File Compare tool

功能

比较两个不同文件夹下所有文件夹和文件的不同

示例

Alt text Alt text

用法

python filecompare.py -s [source folder] -d [destination folder] 以-d后面的文件夹作为基准,检测-s后面的文件夹中的不同 主要检测新增删除修改一致移动五种。

符号

符号 含义
+ 新增
- 删除
m 修改
* 一致
> 移动

About

对两个文件夹中的文件和文件夹进行比较

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages