Lines Matching +full:per +full:- +full:string
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,
66 in octal, per line.
68 .Em One-byte character display .
70 space-separated, three column, space-filled, characters of input
71 data per line.
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
85 of input data, in unsigned decimal, per line.
87 Specify a format string to be used for displaying data.
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
101 input data, in octal, per line.
143 .Em Two-byte hexadecimal display .
145 separated, four column, zero-filled, two-byte quantities of input
146 data, in hexadecimal, per line.
158 A format string contains any number of format units, separated by
178 It is interpreted as a fprintf-style format string (see
182 .Bl -bullet -offset indent
191 default which prints the entire string if the precision is unspecified).
198 .Bd -ragged -offset indent -compact
199 .Bl -column <alert_character>
203 .It "<form-feed> \ef"
215 .Bl -tag -width Fl
229 conversion string except that it is only performed
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
274 The amount of data interpreted by each format string is the sum of the
280 largest amount of data specified by any format string.
285 is not enough data remaining in the block to satisfy the format string.
303 option or end-of-file being reached, input data only partially
304 satisfies a format string, the input block is zero-padded sufficiently
315 string but with any
320 removed, and referencing a NULL string.
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