rtfd/in/public/storage/dd/index.rst

12 lines
109 B
ReStructuredText
Raw Normal View History

2019-07-30 17:55:32 +00:00
DD
==
.. code:: shell
dd \
if=/input/file \
of=/output/file \
bs=1048576 \
count=1 \
status=progress