| |
| | dd - Man Pages at IceWalkers.com |
 | | DD(1) DD(1) NAME dd - convert and copy a file SYNOPSIS dd[--help][--version][if=file][of=file][ibs=bytes][obs=bytes] [bs=bytes][cbs=bytes][skip=blocks][seek=blocks][count=blocks] [conv={ascii,ebcdic,ibm,block,unblock,lcase,ucase,swab,noerror, notrunc,sync}] DESCRIPTION dd copies a file (from standard input to standard output, by default) using specific input and output blocksizes, while optionally performing conversions on it. |
 | | Unless conv=notrunc is given, dd truncates file to zero bytes (or the size specified with seek=). |
 | | BUGS Commands like âdd if=myfile of=/dev/fd0 bs=1k seek=172â fail on some systems because dd tries to truncate the output file, but truncation of a block device is not possible. |
| www.icewalkers.com /Linux/ManPages/dd-1.html (544 words) |
|