ColdWindScholar 2023-09-24 16:05:19 +08:00
parent a8fab898db
commit c997034d56
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# folder_diff
Find duplicate files in the folder and delete other identical files
# Usage
``` shell
#Find duplicate files
diff.py diff [folder path]
#recover del files
diff.py recv [diff file path]
```