Skip to content

Instantly share code, notes, and snippets.

@sirmews
Created June 24, 2014 07:58
Show Gist options
  • Save sirmews/ceaf805989f69f7a2731 to your computer and use it in GitHub Desktop.
Save sirmews/ceaf805989f69f7a2731 to your computer and use it in GitHub Desktop.
Generate checksum on OS X
# 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