Data Duplicator

From 6bit.ch wiki
Revision as of 22:27, 28 November 2022 by Xbl (talk | contribs) (→‎dd)
Jump to navigation Jump to search

dd

Convert and copy a file. Also, write to magnetic tape.

Use

dd if=<PATH> of=<PATH>duplicate infile to outfile

Useful Flags

status=progress show progress and speed
bs=<BYTES> read and write up to BYTES bytes at a time (default: 512)
count=<N> copy only N input blocks