Dumping nontext files to standard output

The od command can dump the contents of a file to standard output, your workstation screen, in several different formats.
od file
dumps a file in octal.
od -h file
dumps the file in hexadecimal. Either of these may be useful if you want to check the actual contents of a nontext file. Other dump formats are available.