squashfs-tools,tar,archives
This commit is contained in:
parent
0a19a68dbe
commit
08f5134797
5 changed files with 2 additions and 13 deletions
24
in/public/tar/index.rst
Normal file
24
in/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