Deleted Added
full compact
hexdump.1 (13835) hexdump.1 (18325)
1.\" Copyright (c) 1989, 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.

--- 25 unchanged lines hidden (view full) ---

34.Dd April 18, 1994
35.Dt HEXDUMP 1
36.Os
37.Sh NAME
38.Nm hexdump
39.Nd ascii, decimal, hexadecimal, octal dump
40.Sh SYNOPSIS
41.Nm hexdump
1.\" Copyright (c) 1989, 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.

--- 25 unchanged lines hidden (view full) ---

34.Dd April 18, 1994
35.Dt HEXDUMP 1
36.Os
37.Sh NAME
38.Nm hexdump
39.Nd ascii, decimal, hexadecimal, octal dump
40.Sh SYNOPSIS
41.Nm hexdump
42.Op Fl bcdovx
42.Op Fl bcCdovx
43.Op Fl e Ar format_string
44.Op Fl f Ar format_file
45.Op Fl n Ar length
46.Bk -words
47.Op Fl s Ar skip
48.Ek
49.Ar file ...
50.Sh DESCRIPTION

--- 8 unchanged lines hidden (view full) ---

59Display the input offset in hexadecimal, followed by sixteen
60space-separated, three column, zero-filled, bytes of input data,
61in octal, per line.
62.It Fl c
63.Em One-byte character display .
64Display the input offset in hexadecimal, followed by sixteen
65space-separated, three column, space-filled, characters of input
66data per line.
43.Op Fl e Ar format_string
44.Op Fl f Ar format_file
45.Op Fl n Ar length
46.Bk -words
47.Op Fl s Ar skip
48.Ek
49.Ar file ...
50.Sh DESCRIPTION

--- 8 unchanged lines hidden (view full) ---

59Display the input offset in hexadecimal, followed by sixteen
60space-separated, three column, zero-filled, bytes of input data,
61in octal, per line.
62.It Fl c
63.Em One-byte character display .
64Display the input offset in hexadecimal, followed by sixteen
65space-separated, three column, space-filled, characters of input
66data per line.
67.It Fl C
68.Em Canonical hex+ASCII display.
69Display the input offset in hexadecimal, followed by sixteen
70space-separated, two column, hexadecimal bytes, followed by the
71same sixteen bytes in %_p format enclosed in ``|'' characters.
67.It Fl d
68.Em Two-byte decimal display.
69Display the input offset in hexadecimal, followed by eight
70space-separated, five column, zero-filled, two-byte units
71of input data, in unsigned decimal, per line.
72.It Fl e Ar format_string
73Specify a format string to be used for displaying data.
74.It Fl f Ar format_file

--- 250 unchanged lines hidden ---
72.It Fl d
73.Em Two-byte decimal display.
74Display the input offset in hexadecimal, followed by eight
75space-separated, five column, zero-filled, two-byte units
76of input data, in unsigned decimal, per line.
77.It Fl e Ar format_string
78Specify a format string to be used for displaying data.
79.It Fl f Ar format_file

--- 250 unchanged lines hidden ---