“Linux Tar GZ” Código de respuesta

tar.gz

tar -xvf file.tar.gz
nic0x801

unith tar.gz

tar -xzf file.tar.gz
Jittery Jackal

Cómo crecer con el comando de alquitrán

tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Fragile Ferret

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

alquitrán

tar -czvf archive.tar.gz /usr/local/something
Sergiu The Man

Respuestas similares a “Linux Tar GZ”

Preguntas similares a “Linux Tar GZ”

Más respuestas relacionadas con “Linux Tar GZ” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código