File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ xxd.1 の日付を修正する。
296
296
.br
297
297
\fI % xxd \- s 0x33 \- l 13 \- c 13 xxd.1 \fR
298
298
.br
299
- 0000033 : 3235 7468 204d 6179 2031 3939 36 25th May 1996
299
+ 00000033 : 3235 7468 204d 6179 2031 3939 36 25th May 1996
300
300
.PP
301
301
.br
302
302
中身がすべて 0x00 の 65537 バイトのファイルを作成する。
@@ -309,11 +309,11 @@ xxd.1 の日付を修正する。
309
309
.br
310
310
\fI % xxd \- a \- c 12 file \fR
311
311
.br
312
- 0000000 : 0000 0000 0000 0000 0000 0000 ............
312
+ 00000000 : 0000 0000 0000 0000 0000 0000 ............
313
313
.br
314
314
*
315
315
.br
316
- 000fffc : 0000 0000 41 ....A
316
+ 0000fffc : 0000 0000 41 ....A
317
317
.PP
318
318
一文字の 'A' からなる 1 バイトのファイルを作成する。
319
319
'\- r \- s' の後に指定した数値がファイル中の行番号に加算され、結果、余計なバイトが飛ばされる。
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ Patch the date in the file xxd.1
311
311
.br
312
312
\fI % xxd \- s 0x33 \- l 13 \- c 13 xxd.1 \fR
313
313
.br
314
- 0000033 : 3235 7468 204d 6179 2031 3939 36 25th May 1996
314
+ 00000033 : 3235 7468 204d 6179 2031 3939 36 25th May 1996
315
315
.PP
316
316
.br
317
317
Create a 65537 byte file with all bytes 0x00,
@@ -324,11 +324,11 @@ Hex dump this file with autoskip.
324
324
.br
325
325
\fI % xxd \- a \- c 12 file \fR
326
326
.br
327
- 0000000 : 0000 0000 0000 0000 0000 0000 ............
327
+ 00000000 : 0000 0000 0000 0000 0000 0000 ............
328
328
.br
329
329
*
330
330
.br
331
- 000fffc : 0000 0000 41 ....A
331
+ 0000fffc : 0000 0000 41 ....A
332
332
.PP
333
333
Create a 1 byte file containing a single 'A' character.
334
334
The number after '\- r \- s' adds to the line numbers found in the file;
You can’t perform that action at this time.
0 commit comments