Photo library deduplication?
Jay Vaughan (ibisum)
ibisum at gmail.com
Fri Jun 3 10:13:29 CEST 2016
> Interesting and familiar problem. If you do find a solution please shout back into the MBar..
>
Here is how I do it:
j at w1x8-dev:~/Documents/pics_of_interest {}
$ tree
.
├── 2
│ └── Göbekli_Tepe_Pillar.JPG
├── Gobekli_Tepe_2.jpg
└── Göbekli_Tepe_Pillar.JPG
1 directory, 3 files
j at w1x8-dev:~/Documents/pics_of_interest {}
$ # now find the duplicates in this tree:
$ find . -type file -exec md5sum {} \; | sort | uniq -f 1 -s 32
758db6a7800a83b7ed3dc9f987c16311 ./2/Göbekli_Tepe_Pillar.JPG
(Please note, you may have to ‘brew md5sum’, I dunno..)
;
--
Jay Vaughan
ibisum at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.music-bar.org/pipermail/music-bar/attachments/20160603/4ddce0ad/attachment.sig>
More information about the music-bar
mailing list