Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 363 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 363 Bytes

unduplicate

Find duplicate files under given paths.

Installation

  1. Install Rust toolchain.
  2. git clone https://github.com/canoriz/unduplicate.git
  3. cargo install --path .

Usage

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.