docs→rtfd

This commit is contained in:
Marc Beninca 2021-12-11 15:32:21 +01:00
parent 7bc781ed11
commit c7ec1dc5d1
131 changed files with 1 additions and 1 deletions

11
rtfd/public/dd/index.rst Normal file
View file

@ -0,0 +1,11 @@
dd
==
.. code:: shell
dd \
if=/input/file \
of=/output/file \
bs=1048576 \
count=1 \
status=progress