“como descompactar o arquivo TAR” Respostas de código

como descompactar o arquivo TAR

## Untar files in Current Directory ##
tar -xvf filename.tar.gz

## Untar files in specified Directory ##
tar -xvf filename.tar.gz -C /path_name_for_unzip/

-x : extract
-C : specified directory
-v : Verbosely show the .tar file progress.
-f : filename of archive file
paramjeetdhiman

Como fazer um arquivo alcatrão

tar -zxvf file_name.tar.gz
Cheerful Cottonmouth

arquivo .tar .TAR

tar -xvf yourfile.tar
Jittery Jackal

como descompactar usando alcatrão

tar -xf archive.tar.gz
Bored Coder

Respostas semelhantes a “como descompactar o arquivo TAR”

Perguntas semelhantes a “como descompactar o arquivo TAR”

Mais respostas relacionadas para “como descompactar o arquivo TAR” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código