Linux下大型容量件的切割与合并
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-05-13
Linux下大型容量件的切割与合并
当前目录下有sp4.exe文件容量129M 我用64的U盘把spe.exe考到另一台机器上 #split -b 60m sp4.exe -b, --bytes=SIZE SIZE 值为每一输出档案的大小,单位为 byte.-C, --line-bytes=SIZE SIZE 可加入单位: b 代表 512, k 代表 1K, m 代表 1 Meg #ls -rw-r--r-- 1 root root 62914560 5月 18 00:40 xaa -rw-r--r-- 1 root root 62914560 5月 18 00:41 xab -rw-r--r-- 1 root root 8576176 5月 18 00:41 xac 到另一台机器上合并 #cat xa* >; ./sp4.exe 用jion也可以合并 还有一种方法 到[url]http://see.online.sh.cn/ch/sw/dl/split.htm[/url]下载 解压后 [root@rhas3 knife-2.0.1]# ls knife link linkfiles.pl sp4.exe 分割: [root@rhas3 knife-2.0.1]# ./knife -c sp4.exe 500 ( 500:字节大小) Cutting......Cutted Over [root@rhas3 knife-2.0.1]# ls -l 总用量 44 -rwxr-xr-x 1 root root 12949 2000-02-28 knife -rwxr-xr-x 1 root root 17 2000-02-28 link -rwxr-xr-x 1 root root 1088 2000-02-28 linkfiles.pl -rw-r--r-- 1 root root 1543 2000-02-28 sp4.exe -rw-r--r-- 1 root root 500 5月 18 00:49 sp4.exe.k00 -rw-r--r-- 1 root root 500 5月 18 00:49 sp4.exe.k01 -rw-r--r-- 1 root root 500 5月 18 00:49 sp4.exe.k02 -rw-r--r-- 1 root root 43 5月 18 00:49 sp4.exe.k03 合并: [root@rhas3 knife-2.0.1]# ./link sp4.exe.k00 sp4.exe.k01 sp4.exe.k02 sp4.exe.k03 Please intput the file name you want to LINK up, one by one. Just input OK when you have finished inputting.(一定要全输完在ok) ok In this order: Now it''s time you type the name of the output file. -->;sp4.exe [root@rhas3 knife-2.0.1]# OK! |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于Linux下大型容量件的切割与合并的所有评论