Skip to content

Instantly share code, notes, and snippets.

@hanksudo
Created June 15, 2015 14:45
Show Gist options
  • Save hanksudo/282e967a174173194e81 to your computer and use it in GitHub Desktop.
Save hanksudo/282e967a174173194e81 to your computer and use it in GitHub Desktop.
OSX: Generate md5 sha1 sha256 checksums from command line
md5 ~/Download/file.iso
shasum -a 1 ~/Download/file.iso
shasum -a 256 ~/Download/file.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment