📅 2019-Jan-07 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ duplicate, fdupes ⬩ 📚 Archive
fdupes is a great little tool that can be used to find duplicate files inside one or more directories. It does this by checking the file sizes, MD5 hashes and a byte for byte comparison of the files.
$ sudo apt install fdupes
foobar
:$ fdupes -r foobar/
Tried with: fdupes 1.6.1 and Ubuntu 18.04