Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

Find duplicate files using fdupes

📅 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
$ fdupes -r foobar/

Tried with: fdupes 1.6.1 and Ubuntu 18.04


© 2022 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧