Documentation ¶
Overview ¶
Convert and copy a file.
Synopsis:
dd [OPTIONS...] [-inName FILE] [-outName FILE]
Description:
dd is modeled after dd(1).
Options:
-ibs n: input block size (default=1) -obs n: output block size (default=1) -bs n: input and output block size (default=0) -skip n: skip n ibs-sized input blocks before reading (default=0) -seek n: seek n obs-sized output blocks before writing (default=0) -conv s: Convert the file on a specific way, like notrunc -count n: copy only n ibs-sized input blocks -inName: defaults to stdin -outName: defaults to stdout -status: print transfer stats to stderr, can be one of: none: do not display xfer: print on completion (default) progress: print throughout transfer (GNU)
Click to show internal directories.
Click to hide internal directories.