由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - how to contral tar-ed file size?
相关主题
what is the command to gunzip/tar a .tar.gz file如何在perl中运行c-shell file?
请教怎样使用tar压文件my script Re: how would you do this?
*.ps.gz??[转载] Re: cxterm 就是好!
HOw to find files hardlinked to a same inode?如何解压*.tar.bz2文件?请教!
[转载] where is the 'iostream' file ?急问: *.tgz 文件怎么解?
an AWK question?再次急问: *.tgz 文件怎么解?
问:direct files to trash but list file namesHow to creat .tar.gz?
How to reunite the files?关于tar的愚昧问题
相关话题的讨论汇总
话题: ed话题: tar话题: contral话题: file话题: 2g
进入Unix版参与讨论
1 (共1页)
d****n
发帖数: 102
1
rt.
I have a tar-ed and gzip-ed file (2G).
hope to split it into 3 and each is less than 600M,
how to get those files?
thanks.
c*****t
发帖数: 1879
2
split can do this. Read the manual.
Or download bsplit in the programming board (search it).

【在 d****n 的大作中提到】
: rt.
: I have a tar-ed and gzip-ed file (2G).
: hope to split it into 3 and each is less than 600M,
: how to get those files?
: thanks.

i*******n
发帖数: 166
3

3x600M < 2G ????
split -b600m filename

【在 d****n 的大作中提到】
: rt.
: I have a tar-ed and gzip-ed file (2G).
: hope to split it into 3 and each is less than 600M,
: how to get those files?
: thanks.

d****n
发帖数: 102
4
just an example.
thanks a lot.

【在 i*******n 的大作中提到】
:
: 3x600M < 2G ????
: split -b600m filename

1 (共1页)
进入Unix版参与讨论
相关主题
关于tar的愚昧问题[转载] where is the 'iostream' file ?
[转载] Why gzip, compress won't work for RM file?an AWK question?
请教: how to view content of jar file in unix ?问:direct files to trash but list file names
how to compress several file under unixHow to reunite the files?
what is the command to gunzip/tar a .tar.gz file如何在perl中运行c-shell file?
请教怎样使用tar压文件my script Re: how would you do this?
*.ps.gz??[转载] Re: cxterm 就是好!
HOw to find files hardlinked to a same inode?如何解压*.tar.bz2文件?请教!
相关话题的讨论汇总
话题: ed话题: tar话题: contral话题: file话题: 2g