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
|