seek for solution of merging 2 files produced by dd

From: Henry Chang (hchang@kgia.com)
Date: Thu Apr 29 2004 - 03:45:57 EDT


Hi All,

I have spanned a 2G zip file into two 1G fileby using dd command as follow
dd if=test.zip of=test.zip1 bs=1024k count=1000
dd if=test.zip of=test.zip2 bs=1024k skip=1000

Now, I want to combine two 1G file into the original one by using dd
command, what can I do? Please help and thanks a lot.

Best Regards,
Henry
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:28:33 EDT