Re: concat files?



"newbie in hell" <newbieinhell@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2053314C-691F-4E17-BAB1-638FFB3F73B5@xxxxxxxxxxxxxxxx

My quenstion is, how can I concatenate the files horizontally in fast way,
so I can get the following?

1111111144444444
2222222255555555
3333333366666666

please note the these files are huge.

Thank you.

The only way I can think of would be to read both files, line by line,
concatenate those and write to a 3rd file. If it takes a long time, show
some animation or a progress bar, or something.


--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm


.



Relevant Pages

  • Re: Java v/s ImageMagick
    ... > I have to write a application to concatenate couple of gif images to ... Is the requirement to create an animation, ... How big are the original images (in bytes, rather than vague ... >...compressed, small size gif images. ...
    (comp.lang.java.programmer)
  • Java v/s ImageMagick
    ... I have to write a application to concatenate couple of gif images to ... The basic problem is that the file size of final ... animation is very huge.It's uncompressed. ...
    (comp.lang.java.programmer)

Loading