fdupes
fdupes copied to clipboard
FDUPES is a program for identifying or deleting duplicate files residing within specified directories.
command was: fdupes -rdN /home/artixn1ght/sourceprograms ive tried : fdupes -r -d -N /home/artixn1ght/sourceprograms sudo fdupes -rdN /home/artixn1ght/sourceprograms still nothing working all it does it build block list then goes through...
_From @sandrotosi on December 20, 2015 14:4_ _From [matrixhasu](https://code.google.com/u/matrixhasu/) on October 08, 2009 22:13:05_ Debian bug `#284274` - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=284274 From: Rupert Levene It would be nice to have the option...
Hello. In cases, when files in directory are very large, fdupes can work a very long time. But i think, be great, if fdupes will have special option for ignoring...
I'd like to be able to tell fdupes to always prefer to preserve files within a given directory if duplicates are found.. At the moment the order of presented duplicates...
I would love to see an option to invert the output. Instead of showing all files that are dupes, show all files that are *not* dupes. I assume most of...
Memory leak fix.
A command like `fdupes x y` prints ```shell fdupes: could not chdir to x fdupes: could not chdir to y ``` to _stderr_ if the directories _x_ and _y_ do...
Maybe `-w` Current workaround: https://github.com/jbruchon/jdupes/issues/94#issuecomment-455416786 ([archived](https://web.archive.org/web/20201128222216/https://github.com/jbruchon/jdupes/issues/94#issuecomment-455416786))
Is there any way to say if you find duplicate in dir2 witch are originally from dir1, delete them?
Is there a way to remove all duplicate files by file type? for example: fdupes -rdN -type=JPG /mnt or fdupes -rdN -name=*.jpg