zip filename.zip file1 file2 **(zip 命令可压缩单个或多个文件,filename.zip 代表创建的文件,file1 file2 代表 需要压缩的几个文件)unzip text.zip**(将压缩文件text.zip在当前目录下解压缩)