Skip to content

Instantly share code, notes, and snippets.

@stoyanovgeorge
Created August 20, 2018 09:56
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 stoyanovgeorge/808c084f176c4327d4d2aaa5723dea19 to your computer and use it in GitHub Desktop.
Save stoyanovgeorge/808c084f176c4327d4d2aaa5723dea19 to your computer and use it in GitHub Desktop.
Find the unique files in a directory using md5sum
md5sum * | sort -k1 | uniq -w 32 -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment