Skip to content

Command line tool for finding duplicated files in specified folders (Windows)

License

Notifications You must be signed in to change notification settings

alexanderlavrushko/FindDuplicates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FindDuplicates

Command line tool to find file duplicates in specified folders.

Usage

The project is curently built with Visual Studio 2019. Output binary will appear in FindDuplicateFiles\build\<PLATFORM>\<CONFIG> folder.

Run it like this to scan one directory:

FindDuplicateFiles.exe "C:\Alexander\test-duplicates"

Or multiple directories:

FindDuplicateFiles.exe "C:\Alexander\test-duplicates" "C:\Alexander\test-duplicates-2"

Note: if files are too big, only first 1GB is compared.

About

Command line tool for finding duplicated files in specified folders (Windows)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages