Hexdump

HEXDUMP(1) - General Commands Manual

Od, Hexdump

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. ...

OD(1) - General Commands Manual

Hexdump, Od

OD(1) - General Commands Manual # OD(1) - General Commands Manual NAME # od - octal, decimal, hex, ascii dump SYNOPSIS # od [-aBbcDdeFfHhIiLlOosvXx] [-A base] [-j offset] [-N length] [-t type_string] [file …] DESCRIPTION # The od utility is a filter which displays the specified files, or standard input if no files are specified, in a user specified format. The options are as follows: -A base Specify the input address base. ...