cli helper. dd: convert and copy a file

 [english] [русский]
Main
Docs
News
About project
Contact
Contact


Linux dd

Binary
Read data from
Write data to
Specifies the input block size to
Specifies the output block size to
Sets both input and output block sizes to
Copies only such numbers of input blocks
Access the input file with use direct I/O for data
fail unless a directory
use synchronized I/O for data
pad every input block with NULs to ibs-size
accumulate full blocks of input
use non-blocking I/O
do not update access time
do not assign controlling terminal from file
do not follow symlinks
Write the output file with append mode (conv=notrunc suggested)
use direct I/O for data
fail unless a directory
use synchronized I/O for data
use non-blocking I/O
do not update access time
do not assign controlling terminal from file
do not follow symlinks
Skips such numbers of blocks from beginning of output file before copying
Skips such numbers of input blocks before starting to copy
Suppress transfer statistics
Converts input data
Converts records length
Converts characters
Converts records length
Converts case sensive characters
Converts output file options
Do not truncate the output file
Physically write output file data before finishing
Physically write output file data and metadata before finishing
Other converts options Continue after read errors
Use synchronized I/O for data and metadata

clihelper.com © 2008-2014