Skip to content

This is a bash script for finding Duplicate files in a folder. It uses md5 hashing technique for generating unique representative value for unique files, which is then compared to all other files and if it matches then both file names are printed as output to the user.

License

Notifications You must be signed in to change notification settings

geekypanda411/DuplicateFileFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DuplicateFileFinder

This is a bash script for finding Duplicate files in a folder. It uses md5 hashing technique for generating unique representative value for unique files, which is then compared to all other files and if it matches then both file names are printed as output to the user.

About

This is a bash script for finding Duplicate files in a folder. It uses md5 hashing technique for generating unique representative value for unique files, which is then compared to all other files and if it matches then both file names are printed as output to the user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages