How to combine into one from splitted files?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • coaxfiber
    New Member
    • Mar 2007
    • 60

    How to combine into one from splitted files?

    Hi,

    I split one big file using the following

    split -b 1000m XYZ.tar.gz and it was divided into 4 files.

    My question is, how to put it back to one file with the same original file as before.

    Am I doing the correct way? --> cat XYZ* > XYZ.tar.gz ?

    Thanks.

    /COAX
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Yes .

    Comment

    • coaxfiber
      New Member
      • Mar 2007
      • 60

      #3
      Thanks Mr.Banfa for your reply.

      One more thing, ...
      ** Edit **
      Extra question removed from post.
      Please post new questions in their own threads (as per the site rules which you should know by now).
      Last edited by NeoPa; Sep 27 '11, 10:05 PM. Reason: Removed hijack question - please repost in its own thread if you need it answered.

      Comment

      Working...