squashfs-tools,tar,archives

This commit is contained in:
Marc Beninca 2019-08-25 10:36:05 +02:00
parent 0a19a68dbe
commit 08f5134797
5 changed files with 2 additions and 13 deletions

24
in/public/tar/index.rst Normal file
View 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??