Return to Snippet

Revision: 18475
at September 30, 2009 14:56 by benpjohnson


Initial Code
find "$@" -type f -print0 | xargs -0 -n1 md5sum | sort --key=1,32 | uniq -w 32 -d --all-repeated=separate

Initial URL

                                

Initial Description

                                

Initial Title
Report dulplicate files

Initial Tags
Bash

Initial Language
Bash