Lines Matching +full:sub +full:- +full:spaces
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
178 It is interpreted as a fprintf-style format string (see
182 .Bl -bullet -offset indent
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
252 .It "018 CAN" Ta "019 EM" Ta "01A SUB" Ta "01B ESC" Ta "01C FS" Ta "01D GS"
259 .Bl -tag -width "Xc,_Xc,_Xc,_Xc,_Xc,_Xc" -offset indent
303 option or end-of-file being reached, input data only partially
304 satisfies a format string, the input block is zero-padded sufficiently
309 number of spaces.
310 An equivalent number of spaces is defined as the number of spaces
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