find duplicates of a single file
Go to file
Gunnar Zötl 6ee3d7ccda slight doc adjustment 2023-01-27 10:05:01 +01:00
LICENSE initial commit 2023-01-27 09:57:48 +01:00
README.md slight doc adjustment 2023-01-27 10:05:01 +01:00
finddu.pl slight doc adjustment 2023-01-27 10:05:01 +01:00

README.md

finddu.pl

a simple tool to find duplicates of a single file.

SYNOPSIS

finddu.pl [-hrRxXfFv] file dir

Find any duplicate of file in directory dir

Options:

-h	print some help and exit
-r	recurse into directories (default)
-R	don't recurse into directories
-x	stay on same filesystem (default)
-X	search across filesystem boundaries
-f	follow symlinks
-F	don't follow symlinks (default)
-v	slightly more verbose output

DESCRIPTION

This program attempts to find duplicates of the file anywhere within the directory dir. It returns matches that are considered close enough in that only the size and the MD5 checksum of the file needs to match.