Skip to content

Instantly share code, notes, and snippets.

@jktravis
Created August 22, 2014 15:07
Show Gist options
  • Save jktravis/f336cc64995a789a00be to your computer and use it in GitHub Desktop.
Save jktravis/f336cc64995a789a00be to your computer and use it in GitHub Desktop.
In terminal SHA1 diff
diff -s <(sha1sum fileToCheck | cut -d " " -f1) <(echo "SHA1Hash")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment