“TAR.GZ” Kod odpowiedzi

Utwórz plik TAR GZ z katalogu

tar -czf tarball.tar.gz my_directory/
Famous Flatworm

TAR.GZ

tar -xvf file.tar.gz
nic0x801

UNTAR TAR.GZ

tar -xzf file.tar.gz
Jittery Jackal

Czy TGZ jest taki sam jak tar.Gz

They are identical.
I think in the old package repo days, 
.tgz was used because files on DOS floppies could only have three letter 
extensions. When this limitation was removed,
.tar.gz was used to be more verbose by showing both the archive type (tar) 
and zipper (gzip).
Real Raccoon

Linux Tar 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

polecenie Tar Gz Linux

tar -czvf projects.tar.gz projects/
Benja

Odpowiedzi podobne do “TAR.GZ”

Pytania podobne do “TAR.GZ”

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

Przeglądaj inne języki kodu