Created
June 24, 2014 07:58
-
-
Save sirmews/ceaf805989f69f7a2731 to your computer and use it in GitHub Desktop.
Generate checksum on OS X
This file contains 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
# sha256 | |
shasum -a 256 <file> | |
# sha1 | |
shasum -a 1 <file> | |
# md5 | |
md5 <file> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment