Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Detects duplicate files in a whole directory (and its subdirectories) based on their md5 hash.

Notifications You must be signed in to change notification settings

fabienduhamel/Duplicate-files-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duplicate files detector

⚠️ Deprecated: Will not longer be maintained as jdupes is a lot faster.


Detects duplicate files in a whole directory (and its subdirectories) based on their md5 hash.

Installation

composer install

Usage

./console detect [options] [--] <scanDir>

Arguments:

  • scanDir: The directory to scan

Options:

  • -f, --follow: Follows symlinks, false by default.

Unit tests

./phpunit

About

Detects duplicate files in a whole directory (and its subdirectories) based on their md5 hash.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages