找回密码
 注册
查看: 2782|回复: 0

combine tar and gzip

[复制链接]
发表于 2007-9-21 03:10:37 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
simple command to combine gzip and tar:
  to tar and gzip a dir(for example testdir):
         tar -cvz testdir >> testdir.tgz
  to uncompress it
        tar -xzf testdir.tgz
  you can also do it in two steps:
      gunzip testdir.tgz ==> get testdir.tar
      tar -xvf testdir.tar
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表