[Linux]壓縮、解壓

文、意如

linux 套件名稱:tar


打包:

tar cvf FileName.tar DirName

解壓:

tar xvf FileName.tar

 

ubuntu-zip解壓

sudo apt-get update 

sudo apt-get install unzip

unzip yourfile.zip

解壓縮到指定目標

unzip yourfile.zip -d /path/to/destination

 

Yiru@Studio - 關於我 - 意如