首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
您找到你想要的搜索结果了吗?
是的
没有找到

linux压缩命令常用:tar,tgz,gzip,zip,rar

已迁移到个博 Eighteen blog ---- linux压缩命令常用的有:tar,tgz,gzip,zip,rar 一,tar (一) tar压缩命令 tar -cvf examples.tar...(一) tgz压缩命令(tar.gz,tgz格式是相同的,命名不同而已) tar -zcvf examples.tgz examples (examples当前执行路径下的目录) 说明: -z, --...gzip filter the archive through gzip 通过gzip压缩的形式对文件进行归档 举例: tar -zcvf file.tgz dir #dir目录 (二) tgz 解压命令...为目录) .rar: rar -a examples.rar examples 解压缩 .tar: tar -xvf file.tar .tgz: tar -zxvf file.tgz .gzip: gunzip...也就是 tgz 的方式 发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/141152.html原文链接:https://javaforall.cn

4K20
领券