Zip and Unzip
# To zip
$ tar zcvf FileName.tar.gz DirName
# To unzip
$ tar zxvf FileName.tar.gz
Reference: GNU / Linux 各種壓縮與解壓縮指令
Last updated
Was this helpful?
# To zip
$ tar zcvf FileName.tar.gz DirName
# To unzip
$ tar zxvf FileName.tar.gz
Reference: GNU / Linux 各種壓縮與解壓縮指令
Last updated
Was this helpful?