Skip to content

Instantly share code, notes, and snippets.

@srhrshr
Created June 28, 2018 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srhrshr/affb57bc6a558de3e3d1d014e7cf454b to your computer and use it in GitHub Desktop.
Save srhrshr/affb57bc6a558de3e3d1d014e7cf454b to your computer and use it in GitHub Desktop.
find duplicate files in directory
find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment