Copyright (c) 1990 The Regents of the University of California.
All rights reserved.
%sccs.include.redist.man%
@(#)od.1 5.1 (Berkeley) 05/08/90
All rights reserved.
%sccs.include.redist.man%
@(#)od.1 5.1 (Berkeley) 05/08/90
OD 1 ""
C 7 NAME
od - octal, decimal, hex, ascii dump
SYNOPSIS
od [ -aBbcDdeFfHhIiLlOoPpvXx ] [ file ]
DESCRIPTION
Od has been deprecated in favor of
hexdump (1). Hexdump , if called as od , provides compatibility for the options listed above.
It does not provide compatibility for the options ``-s'' and ``-w'', nor is compatibility provided for the extended argument syntax of ``[ [+]offset[.][b] [label] ]''.
SEE ALSO
hexdump(1)
BUGS
Quite a few.