📜  unrachive .tar.gz - Shell-Bash 代码示例

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

代码示例1
tar -xvzf community_images.tar.gz
Also, to extract in a specific directory

for eg. to extract the archive into a custom my_images directory .

tar -xvzf community_images.tar.gz -C my_images