Skip to content

Instantly share code, notes, and snippets.

@brad-anton
Created March 19, 2017 22:06
Show Gist options
  • Save brad-anton/9b9dd7a8d0058f76609fc58cf484ffc9 to your computer and use it in GitHub Desktop.
Save brad-anton/9b9dd7a8d0058f76609fc58cf484ffc9 to your computer and use it in GitHub Desktop.
hashdd
$ echo 'tst' > file1
$ echo 'test' > file2
$ md5sum * > hashes.md5
$ cat hashes.md5
746a2ef902cf7596d0c9f66add5524d5 file1
d8e8fca2dc0f896fd7cb4cb0031ba249 file2
$ md5sum -c hashes.md5
file1: OK
file2: OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment