rtfd/docs/public/tar/index.rst

25 lines
213 B
ReStructuredText
Raw Normal View History

2019-08-06 10:18:52 +00:00
tar
===
Create
------
.. code:: shell
tar \
--verbose \
--create \
--auto-compress \
--file /path/file.t?? \
Extract
-------
.. code:: shell
tar \
--verbose \
--extract \
--file /path/file.t??