od.1 (4f45d8117866dd399fe769d07dbc8e211bb9021c) | od.1 (40ccfb3137698ded12c4e40e953f337e6bb14cfa) |
---|---|
1.\" Copyright (c) 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 18 unchanged lines hidden (view full) --- 27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" SUCH DAMAGE. 31.\" 32.\" @(#)od.1 8.1 (Berkeley) 6/6/93 33.\" $FreeBSD$ 34.\" | 1.\" Copyright (c) 1990, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 18 unchanged lines hidden (view full) --- 27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" SUCH DAMAGE. 31.\" 32.\" @(#)od.1 8.1 (Berkeley) 6/6/93 33.\" $FreeBSD$ 34.\" |
35.Dd July 3, 2004 | 35.Dd July 11, 2004 |
36.Os 37.Dt OD 1 38.Sh NAME 39.Nm od 40.Nd octal, decimal, hex, ASCII dump 41.Sh SYNOPSIS 42.Nm 43.Op Fl aBbcDdeFfHhIiLlOosvXx --- 130 unchanged lines hidden (view full) --- 174\en 175.It carriage-return 176\er 177.It tab 178\et 179.It vertical tab 180\ev 181.El | 36.Os 37.Dt OD 1 38.Sh NAME 39.Nm od 40.Nd octal, decimal, hex, ASCII dump 41.Sh SYNOPSIS 42.Nm 43.Op Fl aBbcDdeFfHhIiLlOosvXx --- 130 unchanged lines hidden (view full) --- 174\en 175.It carriage-return 176\er 177.It tab 178\et 179.It vertical tab 180\ev 181.El |
182.Pp 183Multi-byte characters are displayed in the area corresponding to the first 184byte of the character. The remaining bytes are shown as 185.Ql ** . |
|
182.It Xo 183.Sm off 184.Op Cm d | o | u | x 185.Op Cm C | S | I | L | Ar n 186.Sm on 187.Xc 188Signed decimal 189.Pq Cm d , --- 36 unchanged lines hidden (view full) --- 226.El 227.Pp 228Multiple options that specify output format may be used; the output will 229contain one line for each format. 230.Pp 231If no output format is specified, 232.Fl t Ar oS 233is assumed. | 186.It Xo 187.Sm off 188.Op Cm d | o | u | x 189.Op Cm C | S | I | L | Ar n 190.Sm on 191.Xc 192Signed decimal 193.Pq Cm d , --- 36 unchanged lines hidden (view full) --- 230.El 231.Pp 232Multiple options that specify output format may be used; the output will 233contain one line for each format. 234.Pp 235If no output format is specified, 236.Fl t Ar oS 237is assumed. |
238.Sh ENVIRONMENT 239The 240.Ev LANG , LC_ALL 241and 242.Ev LC_CTYPE 243environment variables affect the execution of 244.Nm 245as described in 246.Xr environ 7 . |
|
234.Sh DIAGNOSTICS 235.Ex -std 236.Sh COMPATIBILITY 237The traditional 238.Fl s 239option to extract string constants is not supported; consider using 240.Xr strings 1 241instead. --- 5 unchanged lines hidden (view full) --- 247.Nm 248utility conforms to 249.St -p1003.1-2001 . 250.Sh HISTORY 251An 252.Nm 253command appeared in 254.At v1 . | 247.Sh DIAGNOSTICS 248.Ex -std 249.Sh COMPATIBILITY 250The traditional 251.Fl s 252option to extract string constants is not supported; consider using 253.Xr strings 1 254instead. --- 5 unchanged lines hidden (view full) --- 260.Nm 261utility conforms to 262.St -p1003.1-2001 . 263.Sh HISTORY 264An 265.Nm 266command appeared in 267.At v1 . |
255.Sh BUGS 256The 257.Nm 258utility does not recognize multibyte characters. | |