If you want to print the exact contents of a file (the white spaces, the new lines), use this command:
more file_name | od -c
If you want to print the exact contents of a file (the white spaces, the new lines), use this command:
more file_name | od -c