Ubuntu 解压 压缩命令 tar 解压 tar xvf file.tar压缩 tar cvf file.tar file1 file2 zip 解压 zip -r file.zip file压缩 unzip file.zip