How-To Geek Forums / Linux
Finding duplicates of songs in ubuntu 11.10?
(2 posts)If you don't mind using the Terminal, this may help, though I've not personally tried it.
You can use fdupes for that:
$ fdupes -r ~/Music
which gives you a list of all duplicate files.
You can easily install it with
sudo apt-get install fdupes
source: http://askubuntu.com/a/10614
Topic Closed
This topic has been closed to new replies. Please create a new topic instead.
