sh 使用tar在linux上压缩和解压缩文件夹 - 来自http://unix.stackexchange.com/questions/93139/can-i-zip-an-entire-folde

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 使用tar在linux上压缩和解压缩文件夹 - 来自http://unix.stackexchange.com/questions/93139/can-i-zip-an-entire-folde相关的知识,希望对你有一定的参考价值。

# Zip
tar -zcvf archive.tar.gz directory/ 

# Unzip
tar -zxvf archive.tar.gz

以上是关于sh 使用tar在linux上压缩和解压缩文件夹 - 来自http://unix.stackexchange.com/questions/93139/can-i-zip-an-entire-folde的主要内容,如果未能解决你的问题,请参考以下文章

linux 学习随笔-压缩和解压缩

Linux文件归档和解压缩

Linux高级命令05:压缩和解压缩命令

Linux运维11:压缩和解压缩

Linux运维11:压缩和解压缩

Linux中压缩与解压缩: