Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] How to figure out which files are duplicates
- Date: Thu, 17 Aug 2006 14:39:01 -0400
- From: Jim <jep200404@example.com>
- Subject: Re: [tlug] How to figure out which files are duplicates
- References: <44E44C72.4050509@example.com> <20060817135036.716b39e1.jep200404@example.com>
Also play with the comm command. I wrote: > find /mnt/cd1 -type f -exec md5sum {} \; | sort >cd1.md5sum.sort > find /mnt/cd2 -type f -exec md5sum {} \; | sort >cd2.md5sum.sort comm -1 -2 -3 cd1.md5sum.sort cd2.md5sum.sort Unfortunately, I don't know how to tell comm to look only at the md5sum and not the filename. That's why I roll my own scripts.
- References:
Home | Main Index | Thread Index
- Prev by Date: [tlug] How to figure out which files are duplicates . . . . . . . . . (was Re: Seeking recommendations for file consolidation)
- Next by Date: Re: [tlug] Seeking recommendations for file consolidation
- Previous by thread: [tlug] How to figure out which files are duplicates . . . . . . . . . (was Re: Seeking recommendations for file consolidation)
- Next by thread: [tlug] How to figure out which files are duplicates . . . . . . . . . (was Re: Seeking recommendations for file consolidation)
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links