SYNTAX TYPE: command dump pathnames [TO/OVER/AFTER pathnames] WORD BYTE QUERY PAGEWIDTH = number PARAMETERS WORD display the input as 4 digit hexadecimal numbers BYTE is the default format BYTE display the input as 2 digit hexadecimal numbers, with the ASCII printable characters on the right BYTE is the default format QUERY prompt user for permission to process each file PAGEWIDTH width of output display, default width for BYTE is 80 and for WORD is 55 DESCRIPTION Display the input files in hexadecimal. All input files are considered one logical file, therefore the offsets at the beginning of each line will not reset to 0 between each file. Output is in columns of 8 bytes for the BYTE format and columns of 4 words for the word format. PROBLEMS OR RESTRICTIONS Those of you who prefer octal are out of luck.