Skip to content

Instantly share code, notes, and snippets.

@hiroshi
Created September 21, 2012 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiroshi/3759140 to your computer and use it in GitHub Desktop.
Save hiroshi/3759140 to your computer and use it in GitHub Desktop.
.sha1 ファイルでなくハッシュ値だけあるときに verify する方法 ref: http://qiita.com/items/c2e9367dff315c86ce8a
$ echo "6393BA8BC2DD3CBD7B55D00B9D9587843BDB05CD Windows8-ReleasePreview-64bit-Japanese.iso" | shasum -c /dev/stdin
Windows8-ReleasePreview-64bit-Japanese-1.iso: OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment