Re: seek for solution of merging 2 files produced by dd

From: Henry Chang (hchang_at_kgia.com)
Date: 04/29/04

  • Next message: Brijesh Kumar: "RE: Help Needed."
    To: sunmanagers@sunmanagers.org
    Date: Thu, 29 Apr 2004 16:05:44 +0800
    
    

    Many thanks for your help, especially thanks for Richard and James.
    THanks.

    Best Regards,
    Henry

                                                                                                                                        
                          <Richard.Skelton@in
                          fineon.com> To: <hchang@kgia.com>
                                                     cc:
                          04/29/2004 04:02 PM Subject: Re: seek for solution of merging 2 files produced by dd
                                                                                                                                        
                                                                                                                                        

    Hi,
    cat test.zip1 test.zip2 > test.zip

    Henry Chang wrote:

    >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
    >
    >

    --
    Cheers
    Richard Skelton
    Richard.Skelton@infineon.com
    Infineon Technologies UK Ltd
    Infineon House
    Great Western Court
    Hunts Ground Road
    Stoke Gifford
    Bristol
    BS32 8HP
    Tel +44(0)117 9528808
    _______________________________________________
    sunmanagers mailing list
    sunmanagers@sunmanagers.org
    http://www.sunmanagers.org/mailman/listinfo/sunmanagers
    

  • Next message: Brijesh Kumar: "RE: Help Needed."

    Relevant Pages