help/rtfd/public/dd/index.rst

12 lines
109 B
ReStructuredText
Raw Normal View History

2019-08-25 10:44:25 +02:00
dd
2019-07-30 19:55:32 +02:00
==
.. code:: shell
dd \
if=/input/file \
of=/output/file \
bs=1048576 \
count=1 \
status=progress