Skip to content

Instantly share code, notes, and snippets.

@szabo92
Created November 17, 2017 23:08
Show Gist options
  • Save szabo92/87f0b5fd36beb561eb3f19684895039b to your computer and use it in GitHub Desktop.
Save szabo92/87f0b5fd36beb561eb3f19684895039b to your computer and use it in GitHub Desktop.
Find file by hash in a local directory
find /foo/bar | xargs md5sum | grep YOUR_MD5_SUM_HERE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment