all the lines of first file followed by all the lines of second file
kolli kolli wrote:What do you mean by 'merge'? A couple of possible meanings include:
> Can anyone tell me how to merge two files in to one file.
- Concatenate the second file onto the end of the first.
- Line by line merge; line of first file, followed by line of
second and so on.
- Byte by byte merge; byte from the first file, followed by a byte
from the second and so on.
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners