📄 dd.1
字号:
.\" Copyright (c) 1990, 1993.\" The Regents of the University of California. All rights reserved..\".\" This code is derived from software contributed to Berkeley by.\" Keith Muller of the University of California, San Diego..\".\" Redistribution and use in source and binary forms, with or without.\" modification, are permitted provided that the following conditions.\" are met:.\" 1. Redistributions of source code must retain the above copyright.\" notice, this list of conditions and the following disclaimer..\" 2. Redistributions in binary form must reproduce the above copyright.\" notice, this list of conditions and the following disclaimer in the.\" documentation and/or other materials provided with the distribution..\" 3. All advertising materials mentioning features or use of this software.\" must display the following acknowledgement:.\" This product includes software developed by the University of.\" California, Berkeley and its contributors..\" 4. Neither the name of the University nor the names of its contributors.\" may be used to endorse or promote products derived from this software.\" without specific prior written permission..\".\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION).\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF.\" SUCH DAMAGE..\".\" @(#)dd.1 8.2 (Berkeley) 1/13/94.\".Dd January 13, 1994.Dt DD 1.Os.Sh NAME.Nm dd.Nd convert and copy a file.Sh SYNOPSIS.Nm dd.Op operands ....Sh DESCRIPTIONThe.Nmutility copies the standard input to the standard output.Input data is read and written in 512-byte blocks.If input reads are short, input from multiple reads are aggregatedto form the output block.When finished,.Nm dddisplays the number of complete and partial input and output blocksand truncated input records to the standard error output..PpThe following operands are available:.Bl -tag -width of=file.It Cm bs= Ns Ar nSet both input and output block size, superseding the.Cm ibsand.Cm obsoperands.If no conversion values other than.Cm noerror ,.Cm notruncor.Cm syncare specified, then each input block is copied to the output as asingle block without any aggregation of short blocks..It Cm cbs= Ns Ar nSet the conversion record size to.Va nbytes.The conversion record size is required by the record oriented conversionvalues..It Cm count= Ns Ar nCopy only.Va ninput blocks..It Cm files= Ns Ar nCopy.Va ninput files before terminating.This operand is only applicable when the input device is a tape..It Cm ibs= Ns Ar nSet the input block size to.Va nbytes instead of the default 512..It Cm if= Ns Ar fileRead input from.Ar fileinstead of the standard input..It Cm obs= Ns Ar nSet the output block size to.Va nbytes instead of the default 512..It Cm of= Ns Ar fileWrite output to.Ar fileinstead of the standard output.Any regular output file is truncated unless the.Cm notruncconversion value is specified.If an initial portion of the output file is skipped (see the.Cm seekoperand)the output file is truncated at that point..It Cm seek= Ns Ar nSeek.Va nblocks from the beginning of the output before copying.On non-tape devices, a.Xr lseek 2operation is used.Otherwise, existing blocks are read and the data discarded.If the user does not have read permission for the tape, it is positionedusing the tape.Xr ioctl 2function calls.If the seek operation is past the end of file, space from the currentend of file to the specified offset is filled with blocks of.Tn NULbytes..It Cm skip= Ns Ar nSkip.Va nblocks from the beginning of the input before copying.On input which supports seeks, a.Xr lseek 2operation is used.Otherwise, input data is read and discarded.For pipes, the correct number of bytes is read.For all other devices, the correct number of blocks is read withoutdistinguishing between a partial or complete block being read..It Xo.Cm conv=.Ns Cm value Ns Op \&, Cm value \&....XcWhere.Cm valueis one of the symbols from the following list..Bl -tag -width unblock.It Cm ascii , oldasciiThe same as the.Cm unblockvalue except that characters are translated from.Tn ECBDICto.Tn ASCIIbefore therecords are converted.(These values imply.Cm unblockif the operand.Cm cbsis also specified.)There are two conversion maps for.Tn ASCII .The value.Cm asciispecifies the recommended one which is compatible with System V.The value.Cm oldasciispecifies the one used in historic.Tn AT&Tand pre-4.3BSD-reno systems..It Cm blockTreats the input as a sequence of newline or end-of-file terminated variablelength records independent of input and output block boundaries.Any trailing newline character is discarded.Each input record is converted to a fixed length output record where thelength is specified by the.Cm cbsoperand.Input records shorter than the conversion record size are padded with spaces.Input records longer than the conversion record size are truncated.The number of truncated input records, if any, are reported to the standarderror output at the completion of the copy..It Cm ebcdic , ibm , oldebcdic , oldibmThe same as the.Cm blockvalue except that characters are translated from.Tn ASCIIto.Tn EBCDICafter therecords are converted.(These values imply.Cm blockif the operand.Cm cbsis also specified.)There are four conversion maps for.Tn EBCDIC .The value.Cm ebcdicspecifies the recommended one which is compatible with.At V .The value.Cm ibmis a slightly different mapping, which is compatible with the.At V.Cm ibmvalue.The values.Cm oldebcdicand.Cm oldibmare maps used in historic.Tn AT&Tand pre-4.3BSD-reno systems..It Cm lcaseTransform uppercase characters into lowercase characters..It Cm noerrorDo not stop processing on an input error.When an input error occurs, a diagnostic message followed by the currentinput and output block counts will be written to the standard error outputin the same format as the standard completion message.If the.Cm syncconversion is also specified, any missing input data will be replacedwith.Tn NULbytes (or with spaces if a block oriented conversion value wasspecified) and processed as a normal input buffer.If the.Cm syncconversion is not specified, the input block is omitted from the output.On input files which are not tapes or pipes, the file offsetwill be positioned past the block in which the error occurred using.Xr lseek 2 ..It Cm notruncDo not truncate the output file.This will preserve any blocks in the output file not explicitly writtenby.Nm dd .The.Cm notruncvalue is not supported for tapes..It Cm osyncPad the final output block to the full output block size.If the input file is not a multiple of the output block sizeafter conversion, this conversion forces the final output blockto be the same size as preceding blocks for use on devices that requireregularly sized blocks to be written.This option is incompatible with use of the.Cm bs= Ns Ar nblock size specification..It Cm swabSwap every pair of input bytes.If an input buffer has an odd number of bytes, the last byte will beignored during swapping..It Cm syncPad every input block to the input buffer size.Spaces are used for pad bytes if a block oriented conversion value isspecified, otherwise.Tn NULbytes are used..It Cm ucaseTransform lowercase characters into uppercase characters..It Cm unblockTreats the input as a sequence of fixed length records independent of inputand output block boundaries.The length of the input records is specified by the.Cm cbsoperand.Any trailing space characters are discarded and a newline character isappended..El.El.PpWhere sizes are specified, a decimal number of bytes is expected.If the number ends with a ``b'', ``k'', ``m'' or ``w'', the numberis multiplied by 512, 1024 (1K), 1048576 (1M) or the number of bytesin an integer, respectively.Two or more numbers may be separated by an ``x'' to indicate a product..PpWhen finished,.Nm dddisplays the number of complete and partial input and output blocks,truncated input records and odd-length byte-swapping blocks to thestandard error output.A partial input block is one where less than the input block sizewas read.A partial output block is one where less than the output block sizewas written.Partial output blocks to tape devices are considered fatal errors.Otherwise, the rest of the block will be written.Partial output blocks to character devices will produce a warning message.A truncated input block is one where a variable length record orientedconversion value was specified and the input line was too long tofit in the conversion record or was not newline terminated..PpNormally, data resulting from input or conversion or both are aggregatedinto output blocks of the specified size.After the end of input is reached, any remaining output is written asa block.This means that the final output block may be shorter than the outputblock size..PpIf.Nm ddreceives a.Dv SIGINFO(see the ``status'' argument for.Xr stty 1 )signal, the current input and output block counts willbe written to the standard error outputin the same format as the standard completion message.If.Nm ddreceives a.Dv SIGINTsignal, the current input and output block counts willbe written to the standard error outputin the same format as the standard completion message and.Nm ddwill exit..PpThe.Nm ddutility exits 0 on success and >0 if an error occurred..Sh SEE ALSO.Xr cp 1 ,.Xr mt 1 ,.Xr tr 1.Sh STANDARDSThe.Nm ddutility is expected to be a superset of the.St -p1003.2standard.The.Cm filesoperand and the.Cm ascii ,.Cm ebcdic ,.Cm ibm ,.Cm oldascii ,.Cm oldebcdicand.Cm oldibmvalues are extensions to the.Tn POSIXstandard.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -