Redian新闻
>
UNIX下如何把一个大文件压缩成好几个小文件?
avatar
UNIX下如何把一个大文件压缩成好几个小文件?# Unix - 噫吁兮,危乎高哉
k*g
1
目前用的foxmail6.5,也用过Thunderbird, 查找邮件都不方便,也没有会话形式那种
功能。请问有没有更好用的email客户端,可以有更多更强大的功能,比如切换时间排
序与会话分组显示,强大邮件搜索和分类功能等?谢谢!
avatar
h*l
2
thanks!
avatar
d*n
3
outlook

【在 k***g 的大作中提到】
: 目前用的foxmail6.5,也用过Thunderbird, 查找邮件都不方便,也没有会话形式那种
: 功能。请问有没有更好用的email客户端,可以有更多更强大的功能,比如切换时间排
: 序与会话分组显示,强大邮件搜索和分类功能等?谢谢!

avatar
m*h
4
rar supports many platforms, you can check if it has the
proper version for you.

【在 h*****l 的大作中提到】
: thanks!
avatar
m*n
5
Mac 自带的 mail 最好用。
avatar
g*s
6
有个命令叫split
自己man 看一看喽

【在 m**h 的大作中提到】
: rar supports many platforms, you can check if it has the
: proper version for you.

avatar
k*g
7
俺顶起来,继续求推荐啊~~
avatar
m*r
8
split does things messy. It's better you write one as splitter
(the way that I do now)

【在 g*s 的大作中提到】
: 有个命令叫split
: 自己man 看一看喽

avatar
w*s
9
split is for text file, so I don't think it works for normal use.

【在 g*s 的大作中提到】
: 有个命令叫split
: 自己man 看一看喽

avatar
s*s
10
二进制文件可以用dd拆,就是麻烦点,要自己算好,
例如把1MB的文件aa拆成两个:
dd if=aa of=a1 bs=512k count=1
dd if=aa of=a2 bs=512k skip=1

【在 w***s 的大作中提到】
: split is for text file, so I don't think it works for normal use.
avatar
s*e
11
I think tar can also do that

【在 w***s 的大作中提到】
: split is for text file, so I don't think it works for normal use.
avatar
i*n
12

no. it works even for binary files.

【在 w***s 的大作中提到】
: split is for text file, so I don't think it works for normal use.
avatar
w*s
13
Sorry, you are right, the split do work for binary file!
The split command which split a big file into a 1k size should be like that:
split -b 1024 big_file_name whatever_prefix
^^^^byte
The following command can join the split small file into the orignal big file:
cat whatever_prefix* > big_file
These commands work fine in solaris and linux.


【在 i*******n 的大作中提到】
:
: no. it works even for binary files.

avatar
c*n
14
write a script it's so simple

【在 s**s 的大作中提到】
: 二进制文件可以用dd拆,就是麻烦点,要自己算好,
: 例如把1MB的文件aa拆成两个:
: dd if=aa of=a1 bs=512k count=1
: dd if=aa of=a2 bs=512k skip=1

avatar
b*a
15
write one by yourself,
very simple one
if you need one I can send you one
SUN or SGI?

【在 i*******n 的大作中提到】
:
: no. it works even for binary files.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。