会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小海之家
博客园
首页
新随笔
联系
订阅
管理
2021年3月4日
linux压缩解压文件命令
摘要: linux压缩解压文件命令 *.tar 文件 tar –cvf file.tar file.txt //将txt文件压缩为tar文件 tar –xvf file.tar //解压 tar包 *.tar.gz 和 *.tgz 文件 tar -zcvf file.tar.gz file.txt //压缩
阅读全文
posted @ 2021-03-04 14:39 小海之家
阅读(220)
评论(0)
推荐(0)
编辑
公告