Skip to content

Instantly share code, notes, and snippets.

@ricalo
Last active October 4, 2017 03:41
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 ricalo/47d8a806936c74f935fcc6950b578872 to your computer and use it in GitHub Desktop.
Save ricalo/47d8a806936c74f935fcc6950b578872 to your computer and use it in GitHub Desktop.
Print groups of 8 chars from a text file, used this to validate that my files end with a NEWLINE char.
xxd -c 8 test.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment