Dreams of Thought

Are dreams thoughts… or are thoughts dreams..

RSS Feed

How to join split files

0 Comments
Posted by Anirudh on June 24, 2009 at 1:46 PM

This is sort of a follow-up to my previous post which talked about how you can use the split command in Linux to create split files which can be joined with hjsplit on Windows. My theory is that hjsplit does the same thing split does – which is just take the file and split it into the required number of pieces. No special headers or padding or compression or stuff. If that’s true, it should be easy as a pie to join the files split with hjsplit

To join files split with split, what I would do is use cat. Like this :
$cat xaa xab xac xad xae > debian-testing-i386-DVD-1.iso

Here xaa, xab, xac, xad and xae are the split files and debian-testing-i386-DVD-1.iso is the file after the join. I believe this should work fine for split files got from hjsplit too. Since I’m too lazy to go try it out in my friend’s Windows machine, I’ll leave it here at that. Do let me know if anyone’s tried it :)

Related posts:

  1. hjsplit and linux split
  2. Copy files preserving the permissions
  3. Copying files from one unix box to another with scp
  4. ISO approves Microsoft’s OOXML
Filed under Linux
Tagged as
You can leave a comment, or trackback from your own site.

0 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Pingbacks / Trackbacks