mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
commit
cdee0e44cd
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ tar -xjvf /path/to/foo.tgz
|
||||||
# To create a .bz2 archive:
|
# To create a .bz2 archive:
|
||||||
tar -cjvf /path/to/foo.tgz /path/to/foo/
|
tar -cjvf /path/to/foo.tgz /path/to/foo/
|
||||||
|
|
||||||
|
# To extract a .tar in specified Directory:
|
||||||
|
tar -xvf /path/to/foo.tar -C /path/to/destination/
|
||||||
|
|
||||||
# To list the content of an .bz2 archive:
|
# To list the content of an .bz2 archive:
|
||||||
tar -jtvf /path/to/foo.tgz
|
tar -jtvf /path/to/foo.tgz
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue