Data Duplicator

From 6bit.ch wiki
Revision as of 22:18, 28 November 2022 by Xbl (talk | contribs) (Created page with "= dd = Convert and copy a file. Also, write to tape</br> == Use == <code>dd if=<PATH> of=<PATH></code>duplicate infile to outfile</br> == Useful Flags == <code>bs=<BYTES></code> read and write up to BYTES bytes at a time (default: 512)</br> <code>count=<N></code> copy only N input blocks</br>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

dd

Convert and copy a file. Also, write to tape

Use

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

Useful Flags

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