📜  解压缩 .tgz - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:00.344000             🧑  作者: Mango

代码示例2
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