Skip to content

A tool that identifies and lists duplicate files within a specified directory

License

Notifications You must be signed in to change notification settings

tisorlawan/file-duplicate-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Duplicate Finder

Find Duplicate Finder is a tool that identifies and lists duplicate files within a specified directory. This utility is written in C and currently designed to run seamlessly on POSIX-compliant systems.

Build

cc -O2 -o duplicate-finder

Run

duplicate-finder <PATH> -b <MIN_SIZE_BYTES>

e.g: find duplicate files in parent directory with minimum size of 100 KB

duplicate-finder .. -b 100000

Example output:

Example output

References

About

A tool that identifies and lists duplicate files within a specified directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published