Skip to content

gustavomv/FindDuplicateFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FindDuplicateFiles

The software should find duplicate files in a harddisk and write a text (ASCII) files where each line lists all occurrences of a given duplicated file, all separated by a ; character. For example:

c:\win\file1.bin; c:\data\file1.bin; c:\file1.bin

c:\f.txt; c:\mine\f.txt

Note that a duplicate file is defined as having the same name and also the contents (therefore, the same size).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages