linux自带的unzip命令可以解压windows下的zip格式的压缩文件。 unzip命令 语法:unzip [选项]压缩文件名.zip 各选项的含义分别为: -x 文件列表解压缩文件,但不包括指定的file文件。 -v 查看压缩文件目录,但不解压。 -t 测试文件有无损坏,但不解压。 -d 目录把压缩文件解到指定目录下。 -z 只显示压缩文件的注解。 -n 不覆盖已经存在的文件。 -o 覆盖已存在的文件且不要求用户确认。 ...
Folder will be zipped to folder.tar.gz. then unzip... What is the syntax to perform both zip and unzip? :?: Appreciated your help.
Folder will be zipped to folder.tar.gz. then unzip... What is the syntax to perform both zip and unzip? :?: Appreciated your help.