easonjim
Code, code and more code.
很遗憾,gzip不能针对整个目录进行压缩,只能递归压缩目录下的每一个文件。
当然,替代方案是只用tar进行打包,比如
tar cfz dir.tar.gz dirname