all the lines of first file followed by all the lines of second file

On Tue, Oct 4, 2011 at 6:51 PM, Erik de Castro Lopo <mle+hs@mega-nerd.com> wrote:
kolli kolli wrote:

> Can anyone tell me how to merge two files in to one file.

What do you mean by 'merge'? A couple of possible meanings include:

 - 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