12 lines
109 B
ReStructuredText
12 lines
109 B
ReStructuredText
|
DD
|
||
|
==
|
||
|
|
||
|
.. code:: shell
|
||
|
|
||
|
dd \
|
||
|
if=/input/file \
|
||
|
of=/output/file \
|
||
|
bs=1048576 \
|
||
|
count=1 \
|
||
|
status=progress
|