Skip to content

Instantly share code, notes, and snippets.

@oceancx
Forked from hujj0615/gist:4342714
Created August 17, 2023 07:20
Show Gist options
  • Save oceancx/f4f2ef525634e9097c2a3be61119c2ac to your computer and use it in GitHub Desktop.
Save oceancx/f4f2ef525634e9097c2a3be61119c2ac 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