Skip to content

Instantly share code, notes, and snippets.

@hujj0615
Created December 20, 2012 03:31
Show Gist options
  • Save hujj0615/4342714 to your computer and use it in GitHub Desktop.
Save hujj0615/4342714 to your computer and use it in GitHub Desktop.
file checksum and md5 by Shell
cksum $FILENAME #output the checksum and bytes
md5sum $FILENAME #output the md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment