• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
肥肥大超
博客园    首页    新随笔    联系   管理    订阅  订阅
2013年7月30日
Mint/Ubuntu Terminal(转)
摘要: Here is how to quickly zip and unzip files using Linux Mint/Ubuntu terminal :1. Install zip and unzip if not present by typing :sudo apt-get install zipsudo apt-get install unzip2. Once installed, to compress files orfolders in .zip format, type :zip nameoftargetziparchive *This will put all the fil 阅读全文
posted @ 2013-07-30 17:38 sheroHuo 阅读(273) 评论(0) 推荐(0)
ubuntu 压缩解压(转)
摘要: tar -c|x|u|r|t[z|j][v] -f [未打包文件]将多个文件打包为一个归档文件,可以在打包的同时进行压缩。支持的格式为tar(归档)、gz(压缩)、bz2(压缩率更高,比较耗时)-c创建-x解包-u更新-r添加-t查看-d比较压缩包内文件和文件-A将tar文件添加到归档文件中-z使用gz压缩格式-j使用bz2压缩格式-v显示过程-f 归档文件的文件名[未打包文件]创建、更新时必须填写示例:tar -czvf xxx.tar.gz xxx/ xxx1 xxx2 xxx3多个待打包文件以空格分隔tar -czvf xxx.tar.gz /home/user/xxx/使用绝对路径打. 阅读全文
posted @ 2013-07-30 14:21 sheroHuo 阅读(317) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3