“Extrair arquivo gz ubuntu” Respostas de código

Como descomprimir o arquivo GZIP no Linux

gunzip -k file.gz
Wrong Wryneck

Extrair arquivo gz ubuntu

gzip -d file.gz
Cruel Cheetah

Untar gz arquivo ubuntu

#Untar to the specific dirctory -C qualifier for customized directory
#You must cd into the directory containg the file first
tar -xf archive.tar.gz -C /home/linuxize/files
#Untar specific files from  archive.tar.gz
tar -xf archive.tar.gz file1 file2
Tough Tarantula

Respostas semelhantes a “Extrair arquivo gz ubuntu”

Perguntas semelhantes a “Extrair arquivo gz ubuntu”

Mais respostas relacionadas para “Extrair arquivo gz ubuntu” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código