Data Duplicator
Appearance
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