Created
November 17, 2017 23:08
-
-
Save szabo92/87f0b5fd36beb561eb3f19684895039b to your computer and use it in GitHub Desktop.
Find file by hash in a local directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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