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:
ask which ones should be deleted: