TOOL » LINUX » PACKAGE

Fdupes

Usage

Finds duplicate files in a given set of directories.

shell
fdupes OPTIONS DIRS
OptionDescription
-d --deletePrompt user for files to preserve, deleting all others.
-r --recurseFor every directory given follow subdirectories encountered within.

Example

Search for duplicate files in the current directory:

shell
fdupes .