“Linux Extract TGZ” Code-Antworten

So extrahieren Sie die TGZ -Datei unter 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

Linux Extract TGZ

tar zxvf file.tgz
Tommyom

Ähnliche Antworten wie “Linux Extract TGZ”

Fragen ähnlich wie “Linux Extract TGZ”

Weitere verwandte Antworten zu “Linux Extract TGZ” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen