Skip to content

Instantly share code, notes, and snippets.

@yazumoto
Last active July 24, 2018 14:39
Show Gist options
  • Select an option

  • Save yazumoto/9103758f130b2d29d0a5 to your computer and use it in GitHub Desktop.

Select an option

Save yazumoto/9103758f130b2d29d0a5 to your computer and use it in GitHub Desktop.
Macでチェックサム(checksum)調べる ref: https://qiita.com/seteen/items/e80cd0808377a2d10043
md5 <ファイルパス>
shasum -a 1 <ファイルパス>
shasum -a 256 <ファイルパス>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment