“Como extrair o arquivo TGZ no Linux” Respostas de código

Como extrair o arquivo TGZ no Linux

tar zxvf file_name.tgz

where,
-z : Uncompress the resulting archive with gzip command
-x : Extract to disk from the archive
-v : Produce verbose output i.e. show progress and file names while extracting files
-f backup.tgz : Read the archive from the specified file called backup.tgz
D@RK$T@R

Extrato de Linux TGZ

tar zxvf file.tgz
Tommyom

Respostas semelhantes a “Como extrair o arquivo TGZ no Linux”

Perguntas semelhantes a “Como extrair o arquivo TGZ no Linux”

Mais respostas relacionadas para “Como extrair o arquivo TGZ no Linux” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código