Created
April 13, 2017 05:58
-
-
Save CatTail/bc2ac512d813cac0add08769689ad4cc to your computer and use it in GitHub Desktop.
Dedupe large number of images in a directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls | xargs -I{} bash -c 'mv {} $(md5 -q {})' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment