4 个版本
0.1.0 | 2024 年 8 月 8 日 |
---|---|
0.0.2 | 2024 年 7 月 22 日 |
0.0.1 | 2024 年 4 月 3 日 |
0.0.0 | 2024 年 4 月 3 日 |
#11 in #super
每月 294 次下载
20KB
424 代码行
rdupes
rdupes 是一个快速的重复文件查找器。
A port of pydupes
使用/安装
# Collect counts and stage the duplicate files, null-delimited source-target pairs:
cargo run -- /path1 /path2 > dupes.txt
# Sanity check a hardlinking of all matches:
xargs -0 -n2 echo ln --force --verbose < dupes.txt
依赖
~11–24MB
~323K SLoC