“ekstrakt z kompresji Tar Gz” Kod odpowiedzi

Unzip TAR.GZ

tar -xvf file.tar.gz
nic0x801

Wyodrębnij Tar GZ nadpisanie

# tar -xvf command will overwrite the files. Suppose if you use “-k” then it will keep your old files.
tar -xvf --overwrite archive.tar.gz
Jeff Le

Ekstrakt smoły GZ

# compress
tar czvf < archive_name >.tar.gz < path >
# extract
tar xzvf < archive_name >.tar.gz
tar xzvf < archive_name >.tar.gz  -C /home/usera/tmp
VasteMonde

Ekstrakt TAR.GZ

tar -xf archive.tar.gz
Bahriddin Mo'minov

Jak rozpakować plik TAR.GZ

tar -xvf archive.tar.gz
or
tar -xf archive.tar.gz -C /home/linuxize/files
Hutch Polecat

ekstrakt z kompresji Tar Gz

# compress
tar -czvf projects.tar.gz projects/
# extract
tar -xzvf projects.tar.gz

-c, --create
      create a new archive
-x, --extract, --get
      extract files from an archive
-z, --gzip, --gunzip --ungzip
-v, --verbose
      verbosely list files processed
-f, --file ARCHIVE
      use archive file or device ARCHIVE

tar [-] A --catenate --concatenate | c --create | d --diff --compare | --delete | r --append | t --list |
    --test-label | u --update | x --extract --get [options] [pathname ...]
Sven

Odpowiedzi podobne do “ekstrakt z kompresji Tar Gz”

Pytania podobne do “ekstrakt z kompresji Tar Gz”

Więcej pokrewnych odpowiedzi na “ekstrakt z kompresji Tar Gz” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu