Created
January 28, 2016 08:44
-
-
Save dcb9/d4cb6d54533de15475f1 to your computer and use it in GitHub Desktop.
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
Calculate MD5 checksum: | |
md5 /tmp/1.iso | |
Calculate SHA-1 checksum: | |
shasum -a 1 /tmp/1.iso | |
Calculate SHA-256 checksum: | |
shasum -a 256 /tmp/1.iso |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment