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:
- Open up your Terminal.
- Copy and run the command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install fdupes using brew
brew install fdupes
fdupes is ready to use now!