“Extraire le fichier GZ Ubuntu” Réponses codées

Comment décompresser le fichier gzip dans Linux

gunzip -k file.gz
Wrong Wryneck

Extraire le fichier GZ Ubuntu

gzip -d file.gz
Cruel Cheetah

untar gz fichier 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

Réponses similaires à “Extraire le fichier GZ Ubuntu”

Questions similaires à “Extraire le fichier GZ Ubuntu”

Plus de réponses similaires à “Extraire le fichier GZ Ubuntu” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code