tar/create,extract
This commit is contained in:
parent
b94117866a
commit
e9a42228ea
1 changed files with 24 additions and 3 deletions
|
@ -1,3 +1,24 @@
|
||||||
###
|
tar
|
||||||
TAr
|
===
|
||||||
###
|
|
||||||
|
Create
|
||||||
|
------
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
tar \
|
||||||
|
--verbose \
|
||||||
|
--create \
|
||||||
|
--auto-compress \
|
||||||
|
--file /path/file.t?? \
|
||||||
|
…
|
||||||
|
|
||||||
|
Extract
|
||||||
|
-------
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
tar \
|
||||||
|
--verbose \
|
||||||
|
--extract \
|
||||||
|
--file /path/file.t??
|
||||||
|
|
Loading…
Reference in a new issue