24 lines
213 B
ReStructuredText
24 lines
213 B
ReStructuredText
tar
|
|
===
|
|
|
|
Create
|
|
------
|
|
|
|
.. code:: shell
|
|
|
|
tar \
|
|
--verbose \
|
|
--create \
|
|
--auto-compress \
|
|
--file /path/file.t?? \
|
|
…
|
|
|
|
Extract
|
|
-------
|
|
|
|
.. code:: shell
|
|
|
|
tar \
|
|
--verbose \
|
|
--extract \
|
|
--file /path/file.t??
|