“Linux 系统应用实验”实验报告

文件打包与解压缩

创建一个名为test文件:touch test image.png 使用zip压缩test文件: zip test.zip test image.png 使用tar压缩: tar -cf test2.tar test image.png 使用unzip解压 unzip -q test.zip image.png 使用tar解压 tar -rf test2.zip image.png 结果如下 image.png

最新评论
暂无评论~