2022年4月27日

linux 用tar zip cpio压缩文件用法

摘要: linux zip压缩。压缩当前文件夹下所有文件,压缩为a.zip。命令行的方法是怎样。 zip -r fileName.zip 文件夹名 解压 unzip xahot.zip tar tar命令可以用来压缩打包单文件、多个文件、单个目录、多个目录。 常用格式: 单个文件压缩打包 tar czvf 阅读全文

posted @ 2022-04-27 17:06 剩余价值 阅读(249) 评论(0) 推荐(0) 编辑

导航