“tar.gz” Código de respuesta

Crear archivo Tar GZ desde el directorio

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

tar.gz

tar -xvf file.tar.gz
nic0x801

unith tar.gz

tar -xzf file.tar.gz
Jittery Jackal

es tgz lo mismo que 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

Comando Tar GZ Linux

tar -czvf projects.tar.gz projects/
Benja

Respuestas similares a “tar.gz”

Preguntas similares a “tar.gz”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código