Remove duplicate files
Snippet
kitt decided around 07:04 on 27 May 2018 to publish this:
Remove duplicated files on a unix-like filesystem
Recursively compares based on size, then mdsum, then byte-wise comparison.
Install from https://github.com/adrianlopezroche/fdupes
# identify and remove fdupes -rdN . # find them fdupes -r dir > ~/duplicates.txt
Add new comment