File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -246,14 +246,14 @@ Print 3 lines (hex 0x30 bytes) from the end of
246246\fI % xxd \- s \- 0x30 file \fR
247247.PP
248248Note: The results of the examples below are relevant to the xxd.1 man page as of
249- May 2024
249+ March 2026
250250.PP
251251.br
252252Print 120 bytes as a continuous hex dump with 20 octets per line.
253253.br
254254\fI % xxd \- l 120 \- ps \- c 20 xxd.1 \fR
255255.br
256- 2e544820585844203120224d6179203230323422
256+ 2e544820585844203120224d6172203230323622
257257.br
25825820224d616e75616c207061676520666f72207878
259259.br
@@ -273,7 +273,7 @@ Hex dump the first 120 bytes of this man page with 12 octets per line.
273273.br
27427400000000: 2e54 4820 5858 4420 3120 224d .TH XXD 1 "M
275275.br
276- 0000000c: 6179 2032 3032 3422 2022 4d61 ay 2024 " "Ma
276+ 0000000c: 6172 2032 3032 3622 2022 4d61 ar 2026 " "Ma
277277.br
27827800000018: 6e75 616c 2070 6167 6520 666f nual page fo
279279.br
Original file line number Diff line number Diff line change @@ -181,11 +181,11 @@ EXAMPLES
181181 % xxd -s -0x30 file
182182
183183 Note: The results of the examples below are relevant to the xxd.1 man
184- page as of May 2024
184+ page as of March 2026
185185
186186 Print 120 bytes as a continuous hex dump with 20 octets per line.
187187 % xxd -l 120 -ps -c 20 xxd.1
188- 2e544820585844203120224d6179203230323422
188+ 2e544820585844203120224d6172203230323622
189189 20224d616e75616c207061676520666f72207878
190190 64220a2e5c220a2e5c222032317374204d617920
191191 313939360a2e5c22204d616e2070616765206175
@@ -195,7 +195,7 @@ EXAMPLES
195195 Hex dump the first 120 bytes of this man page with 12 octets per line.
196196 % xxd -l 120 -c 12 xxd.1
197197 00000000: 2e54 4820 5858 4420 3120 224d .TH XXD 1 "M
198- 0000000c: 6179 2032 3032 3422 2022 4d61 ay 2024 " "Ma
198+ 0000000c: 6172 2032 3032 3622 2022 4d61 ar 2026 " "Ma
199199 00000018: 6e75 616c 2070 6167 6520 666f nual page fo
200200 00000024: 7220 7878 6422 0a2e 5c22 0a2e r xxd"..\" ..
201201 00000030: 5c22 2032 3173 7420 4d61 7920 \" 21st May
You can’t perform that action at this time.
0 commit comments