“Extrait Linux TGZ” Réponses codées

Comment extraire le fichier TGZ dans 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

Extrait Linux TGZ

tar zxvf file.tgz
Tommyom

Réponses similaires à “Extrait Linux TGZ”

Questions similaires à “Extrait Linux TGZ”

Plus de réponses similaires à “Extrait Linux TGZ” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code