gzip的时候为什么这样啊 cx is a directory -- ignored
gizp压缩格式检查一下,其语法应给是gzip -c 源文件 > 压缩文件;
你可能写成这样了 gzip -cx 源文件 > 压缩文件;