Lines Matching +full:count +full:- +full:width
40 .Bk -words
49 .Bk -words
61 .Bl -tag -width indent
63 .Em One-byte octal display .
65 space-separated, three column, zero-filled, bytes of input data,
68 .Em One-byte character display .
70 space-separated, three column, space-filled, characters of input
75 space-separated, two column, hexadecimal bytes, followed by the
82 .Em Two-byte decimal display .
84 space-separated, five column, zero-filled, two-byte units
90 Empty lines and lines whose first non-blank character is a hash mark
98 .Em Two-byte octal display .
100 space-separated, six column, zero-filled, two byte quantities of
143 .Em Two-byte hexadecimal display .
145 separated, four column, zero-filled, two-byte quantities of input
160 A format unit contains up to three items: an iteration count, a byte
161 count, and a format.
163 The iteration count is an optional positive integer, which defaults to
165 Each format is applied iteration count times.
167 The byte count is an optional positive integer.
171 If an iteration count and/or a byte count is specified, a single slash
172 must be placed after the iteration count and/or before the byte count
178 It is interpreted as a fprintf-style format string (see
182 .Bl -bullet -offset indent
184 An asterisk (*) may not be used as a field width or precision.
186 A byte count or field precision
198 .Bd -ragged -offset indent -compact
199 .Bl -column <alert_character>
203 .It "<form-feed> \ef"
215 .Bl -tag -width Fl
233 Nonprinting characters are displayed in three character, zero-padded
244 displayed using the following, lower-case, names.
247 .Bl -column 000_nu 001_so 002_st 003_et 004_eo
259 .Bl -tag -width "Xc,_Xc,_Xc,_Xc,_Xc,_Xc" -offset indent
275 data required by each format unit, which is the iteration count times the
276 byte count, or the iteration count times the number of bytes required by
277 the format if the byte count is not specified.
283 not have a specified iteration count, have the iteration count
290 the iteration count as described above, an iteration count is
294 It is an error to specify a byte count as well as multiple conversion
303 option or end-of-file being reached, input data only partially
304 satisfies a format string, the input block is zero-padded sufficiently
313 conversion character with the same field width
327 .Ex -std hexdump hd
330 .Bd -literal -offset indent
331 $ echo "FreeBSD: The power to serve" | hexdump -C
339 .Bd -literal -offset indent
340 $ echo "FreeBSD: The power to serve" | hexdump -C -s 4 -n 3
348 .Bd -literal -offset indent
356 .Bd -literal -offset indent
357 $ echo "FreeBSD" | hexdump -f format.txt -C
368 .Bd -literal -offset indent
375 .Bd -literal -offset indent
376 $ echo "FreeBSD: The power to serve" | hexdump -f format.txt -C