Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 516 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 516 Bytes

rmdup

Remove Duplicated Files in a really fast way.

build and release

How to use

./rmdup.exe directory_name

e.g.

./rmdup e:\

Requirements

.net 8 SDK to build.

How to build

  1. clone this repo
  2. make sure you have .net 8 SDK installed
  3. run dotnet build in this project's directory