jdupes
A powerful duplicate file finder and an enhanced fork of fdupes. More information: <https://github.com/jbruchon/jdupes>.
Install
- All systems
-
curl cmd.cat/jdupes.sh
- Debian
-
apt-get install jdupes - Ubuntu
-
apt-get install jdupes - Kali Linux
-
apt-get install jdupes - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install jdupes - OS X
-
brew install jdupes - Raspbian
-
apt-get install jdupes
A powerful duplicate file finder and an enhanced fork of fdupes. More information: <https://github.com/jbruchon/jdupes>.
-
Search a single directory:
jdupes path/to/directory -
Search multiple directories:
jdupes directory1 directory2 -
Search all directories recursively:
jdupes --recurse path/to/directory -
Search directory recursively and let user choose files to preserve:
jdupes --delete --recurse path/to/directory -
Search multiple directories and follow subdirectores under directory2, not directory1:
jdupes directory1 --recurse: directory2 -
Search multiple directories and keep the directory order in result:
jdupes -O directory1 directory2 directory3
© tl;dr; authors and contributors