geekypanda411 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%