How can I print the numerical ASCII values of each character in a text file. Like
cat
, but showing the ASCII values only... (hex or decimal is fine).
Example output for a file containing the word Apple (with a line feed) might look like:
065 112 112 108 101 013 004