in→docs
This commit is contained in:
parent
c3af60bbfd
commit
96f5a0771a
109 changed files with 0 additions and 0 deletions
24
docs/public/tar/index.rst
Normal file
24
docs/public/tar/index.rst
Normal file
|
@ -0,0 +1,24 @@
|
|||
tar
|
||||
===
|
||||
|
||||
Create
|
||||
------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
tar \
|
||||
--verbose \
|
||||
--create \
|
||||
--auto-compress \
|
||||
--file /path/file.t?? \
|
||||
…
|
||||
|
||||
Extract
|
||||
-------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
tar \
|
||||
--verbose \
|
||||
--extract \
|
||||
--file /path/file.t??
|
Loading…
Add table
Add a link
Reference in a new issue