HEXDUMP(1) - General Commands Manual
HEXDUMP(1) - General Commands Manual # HEXDUMP(1) - General Commands Manual NAME # hexdump - ascii, decimal, hexadecimal, octal dump SYNOPSIS # hexdump [-bCcdovx] [-e format_string] [-f format_file] [-n length] [-s offset] [file …] DESCRIPTION # The hexdump utility is a filter which displays the specified files, or the standard input, if no files are specified, in a user-specified format. The options are as follows: -b One-byte octal display. Display the input offset in hexadecimal, followed by sixteen space-separated, three column, zero-filled, bytes of input data, in octal, per line. ...