Lines Matching +full:block +full:- +full:number
1 .\"-
45 Input data is read and written in 512-byte blocks.
47 to form the output block.
50 displays the number of complete and partial input and output blocks
54 .Bl -tag -width "of=file"
56 Set both input and output block size to
68 are specified, then each input block is copied to the output as a
69 single block without any aggregation of short blocks.
86 When padding a block in conversion mode or due to use of
95 Set the input block size to
106 .Bl -tag -width "fullblock"
108 Reading from the input file may not obtain a full block.
109 When a read returns short, continue reading to fill the block.
112 limits the number of times
114 is called on the input rather than the number of blocks copied in full.
127 Set the output block size to
145 .Bl -tag -width "direct"
166 On non-tape devices, an
186 For pipes, the correct number of bytes is read.
187 For all other devices, the correct number of blocks is read without
188 distinguishing between a partial or complete block being read.
197 .Bl -tag -width "progress"
210 .Bl -tag -width "unblock"
236 .No pre- Ns Bx 4.3 reno
238 .It Cm block
239 Treats the input as a sequence of newline or end-of-file terminated variable
240 length records independent of input and output block boundaries.
248 The number of truncated input records, if any, are reported to the standard
252 .Cm block
260 .Cm block
283 .No pre- Ns Bx 4.3 reno
305 input and output block counts will be written to the standard error output
312 bytes (or with spaces if a block oriented conversion value was
321 conversion is not specified, the input block is omitted from the output.
323 will be positioned past the block in which the error occurred using
334 Pad the final output block to the full output block size.
335 If the input file is not a multiple of the output block size
336 after conversion, this conversion forces the final output block
341 block size specification.
351 If an input buffer has an odd number of bytes, the last byte will be
354 Pad every input block to the input buffer size.
355 Spaces are used for pad bytes if a block oriented conversion value is
363 and output block boundaries.
372 Where sizes or speed are specified, a decimal, octal, or hexadecimal number of
374 If the number ends with a
384 number is multiplied by 512, 1024 (1K), 1048576 (1M), 1073741824 (1G),
386 or the number of bytes in an integer, respectively.
393 displays the number of complete and partial input and output blocks,
394 truncated input records and odd-length byte-swapping blocks to the
396 A partial input block is one where less than the input block size
398 A partial output block is one where less than the output block size
401 Otherwise, the rest of the block will be written.
403 A truncated input block is one where a variable length record oriented
410 a block.
411 This means that the final output block may be shorter than the output
412 block size.
422 signal, the current input and output block counts will
429 signal, the current input and output block counts will
435 .Ex -std
452 .Dl "dd if=file conv=pareven | cmp -x - file"
454 To create an image of a Mode-1 CD-ROM, which is a commonly used format
455 for data CD-ROM disks, use a block size of 2048 bytes:
474 .St -p1003.2
499 subsystem might prevent the super-user from writing blocks to a disk.