Skip to content
fdupes

fdupes

… find (and delete) duplicate files

find duplicate files

fdupes . # current folder
fdupes /path/to/folder # some other folder
fdupes /path1 /path2 # compare two folders

delete duplicates

without a prompt:

fdupes -d -N .

ask which ones should be deleted:

fdupes -d .