Last active
October 4, 2017 03:41
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xxd -c 8 test.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment