Detects duplicate files in a whole directory (and its subdirectories) based on their md5 hash.
composer install
./console detect [options] [--] <scanDir>
Arguments:
- scanDir: The directory to scan
Options:
- -f, --follow: Follows symlinks, false by default.
./phpunit