Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

rmdup

Remove Duplicated Files in a really fast way.

.NET

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