Skip to content

Instantly share code, notes, and snippets.

@Miss-Inputs
Last active February 4, 2018 12:52
Show Gist options
  • Save Miss-Inputs/e43602ecc9e563083cac7e68a7ca10e4 to your computer and use it in GitHub Desktop.
Save Miss-Inputs/e43602ecc9e563083cac7e68a7ca10e4 to your computer and use it in GitHub Desktop.
Show duplicate files (barring MD5 collisions)
find . -type f -print0 | xargs -0 md5sum | sort | uniq -D -w32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment