rtfd/in/public/dd/index.rst

12 lines
109 B
ReStructuredText
Raw Normal View History

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