Skip to content

Instantly share code, notes, and snippets.

@yuraloginoff
Last active June 6, 2020 11:20
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 yuraloginoff/1380fccd5854ed967a619d5a7383de20 to your computer and use it in GitHub Desktop.
Save yuraloginoff/1380fccd5854ed967a619d5a7383de20 to your computer and use it in GitHub Desktop.
#linux: SHA256 Checksum in Bash
$ shasum -a 256 FILENAME | awk '$1 == "SHA256 HASH" { print "good to go" }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment