Results 1 to 5 of 5
I have been trying to sort some backup disks I have. Over time I've tried a lot of different linux distros. On each one I've saved some files and imported ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-22-2005 #1Just Joined!
- Join Date
- Jan 2005
- Location
- Gulf-Coast TX-MX
- Posts
- 23
Which Software to use for finding duplicate files?
I have been trying to sort some backup disks I have. Over time I've tried a lot of different linux distros. On each one I've saved some files and imported some files from backup, then when I moved on to another distro I backedup the home directories and saved to CD.
Now my problem is, I have a pile of CDs, which have probibly 70 to 80 percent duplicate files, most of which are exact duplicates, yet some no dought have been edited.
So now I might have several copies of the same file with the same name, yet they aren't the same.
My question is, Is there a linux utility which will check these files and tell me which are exact duplicates, regardless of name and date stamp? That would cut a lot out of my sortting work.
- 05-23-2005 #2Linux Newbie
- Join Date
- Apr 2005
- Location
- Charlottesville, VA
- Posts
- 175
If you just want to compare two files, you can just useCode:diff -r <cdroot1> <cdroot2>
Refer to "man diff" for more options. BTW, it lists the differences between the two files if they are text by default, but you can turn that off and just get it to say which ones are different with the "-q" flag.Code:diff <file1> <file2>
---sxeraverx---
Linux without a C Compiler is like eating Spaghetti with your mouth sewn shut. It just doesn't make sense.
- 05-23-2005 #3Just Joined!
- Join Date
- Jan 2005
- Location
- Gulf-Coast TX-MX
- Posts
- 23
Actually, Ideally I'd like to run a program on two directories and make one directory with no doubles even if they have different names.
I don't know, I might be day dreaming, but I'll read the man pages for Diff and see if it'll do what I want, there is several ways I'd like to run that program.
I just spent the whole day sorting about 10 CDs of backups, Most of which was duplicates, yet on every disk there was some files that weren't on any other disk.
- 05-04-2006 #4Just Joined!
- Join Date
- May 2006
- Posts
- 3
FSlint
Give FSlint a go
- 05-05-2006 #5Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Never tried FSlint, but I like DupSeek.


Reply With Quote
