Find duplicate files under given paths.
- Install Rust toolchain.
git clone https://github.com/canoriz/unduplicate.git
cargo install --path .
Run unduplicate -h
for help message
Run unduplicate dir1 dir2 dir3 ...
to find duplicate files under dir1
, dir2
and dir3
and duplicate files will be listed.