Skip to content

usagitoneko97/duplicateFileFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duplicate File Finder

Find duplicate files by compute and compare each cyclic redundancy check (crc) of the file.

Code implementation

include the header file

#include "fileDuplication.h"

obtained a list of duplication by :

DuplicationList dupL = findDuplicate(path_for_searching_duplication);

prettyprint the result by:

listAllDuplication(dupL);

Command line usage

duplicateFileFinder [-f P] [-d P] 

optional arguments:
    -f P, --find P      find the duplicated file in path (P) specified
    -c P, --clean P     clean the cache file (.property.json) used for temporary
                        storing the property of file

About

Duplicate file finder in pure c

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages