1.\" Copyright (c) 1990 The Regents of the University of California. 2.\" All rights reserved. 3.\" 4.\" %sccs.include.redist.man% 5.\" 6.\" @(#)od.1 5.4 (Berkeley) 09/06/90 7.\" 8.Dd %Q 9.Os BSD 4.4 10.Dt OD 1 11.Sh NAME 12.Nm od 13.Nd octal, decimal, hex, ascii dump 14.Sh SYNOPSIS 15.Nm od 16.Op Fl aBbcDdeFfHhIiLlOoPpvXx 17.Cx [ 18.Op Sy \&+ 19.Li offset 20.Op Sy \&. 21.Op Sy Bb 22.Cx ] 23.Cx 24.Ar file 25.Sh DESCRIPTION 26.Nm Od 27has been deprecated in favor of 28.Xr hexdump 1 . 29.Pp 30.Xr Hexdump , 31if called as 32.Nm od , 33provides compatibility for the options listed above. 34.Pp 35It does not provide compatibility for the 36.Fl s 37option (see 38.Xr strings 1) 39or the 40.Fl w 41option, nor is compatibility provided for the ``label'' component 42of the offset syntax. 43.Sh SEE ALSO 44.Xr hexdump 1 , 45.Xr strings 1 46.Sh BUGS 47Quite a few. 48