fdupes icon indicating copy to clipboard operation
fdupes copied to clipboard

FDUPES is a program for identifying or deleting duplicate files residing within specified directories.

Results 111 fdupes issues
Sort by recently updated
recently updated
newest added

Add int is_first_timespec_newer(struct timespec first, struct timespec second). Change time_t sorttime to struct timespec sorttimespec. Change getmtime(char *filename) and getctime(char *filename) to return pointer to newly allocated struct timespec (must...

Would it be possible to have the output as a JSON file? Thanks

I am looking to entirely suppress output to the console. Based on the documentation, I thought combining flags `-dNq` would achieve this, but information about retained and deleted files (the...

This addresses issue #8 - It allows you to write commands like: `fdupes -e./.git -r .` or `fdupes --exclude-dir=foo/bar -r foo`. It uses `sys/queue.h` for the linked list implementation to...

A feature that would be useful to add would be the option to ignore/exclude a folder. For example, I want to find dupes in my home folder but don't want...

Next it enables filtering each column by using a simple spreadsheet software.

My most common important duplication error is having directories fully copied but with different names. So fdupes finds all the files that are duplicated but it is verbose output since...

Would it be possible to add the hash to the output? It would be useful when comparing different directories. Think different source code repositories where a sub-directory might contain common...

Need option for deleting files: Keep old file (by file creation time) and delete others Keep new file (by file creation time) and delete others This parameter may be shortcut...