Function dd_lib::dd

source ·
pub fn dd(o: &Opts) -> Result<Success>
Expand description

The dd utility copies the standard input to the standard output. Input data is read and written in n-byte blocks (default 512). If input reads are short, input from multiple reads are aggregated to form the output block. When finished, dd displays the number of complete and partial input and output blocks and truncated input records to the standard error output.