Easy Steps to Install fdupes on Mac

Package Information:

Name: fdupes
Use: FDUPES is a program for identifying or deleting duplicate files residing within specified directories.
URL: https://github.com/adrianlopezroche/fdupes

Installation Steps:

  1. Open up your Terminal.
  2. Copy and run the command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install fdupes using brew
    brew install fdupes

fdupes is ready to use now!