“Linux Extract TGZ” Kode Jawaban

cara mengekstrak file tgz di 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

Jawaban yang mirip dengan “Linux Extract TGZ”

Pertanyaan yang mirip dengan “Linux Extract TGZ”

Lebih banyak jawaban terkait untuk “Linux Extract TGZ” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya