Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 252 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 252 Bytes

#finddupes

A bash script to find duplicate files on your file system.

##Requirements

Bash, SQLite 3, and md5sum.

##Issues

At this point, it works well, but it has performance issues. Using it to scan your whole file system is probably a bad idea.