Lines Matching +full:input +full:- +full:value

1 .\"-
44 utility copies the standard input to the standard output.
45 Input data is read and written in 512-byte blocks.
46 If input reads are short, input from multiple reads are aggregated
50 displays the number of complete and partial input and output blocks
51 and truncated input records to the standard error output.
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
79 input blocks.
83 input files before terminating.
84 This operand is only applicable when the input device is a tape.
95 Set the input block size to
99 Read input from
101 instead of the standard input.
102 .It Cm iflag Ns = Ns Ar value Ns Op , Ns Ar value ...
104 .Cm value
106 .Bl -tag -width "fullblock"
108 Reading from the input file may not obtain a full block.
114 is called on the input rather than the number of blocks copied in full.
118 Set the O_DIRECT flag on the input file to make reads bypass any local caching.
121 Seek on the input file
136 conversion value is specified.
141 .It Cm oflag Ns = Ns Ar value Ns Op , Ns Ar value ...
143 .Cm value
145 .Bl -tag -width "direct"
152 value.
166 On non-tape devices, an
181 blocks from the beginning of the input before copying.
182 On input which supports seeks, an
185 Otherwise, input data is read and discarded.
193 .It Cm status Ns = Ns Ar value
195 .Cm value
197 .Bl -tag -width "progress"
206 .It Cm conv Ns = Ns Ar value Ns Op , Ns Ar value ...
208 .Cm value
210 .Bl -tag -width "unblock"
214 value except that characters are translated from
227 The value
231 The value
236 .No pre- Ns Bx 4.3 reno
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.
242 Each input record is converted to a fixed length output record where the
246 Input records shorter than the conversion record size are padded with spaces.
247 Input records longer than the conversion record size are truncated.
248 The number of truncated input records, if any, are reported to the standard
253 value except that characters are translated from
266 The value
270 The value
275 value.
283 .No pre- Ns Bx 4.3 reno
297 The parity bit on input is stripped unless
303 Do not stop processing on an input error.
304 When an input error occurs, a diagnostic message followed by the current
305 input and output block counts will be written to the standard error output
309 conversion is also specified, any missing input data will be replaced
312 bytes (or with spaces if a block oriented conversion value was
313 specified) and processed as a normal input buffer.
321 conversion is not specified, the input block is omitted from the output.
322 On input files which are not tapes or pipes, the file offset
332 value is not supported for tapes.
335 If the input file is not a multiple of the output block size
350 Swap every pair of input bytes.
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
362 Treats the input as a sequence of fixed length records independent of input
364 The length of the input records is specified by the
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
403 A truncated input block is one where a variable length record oriented
404 conversion value was specified and the input line was too long to
407 Normally, data resulting from input or conversion or both are aggregated
409 After the end of input is reached, any remaining output is written as
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.