[Haskell-beginners] merge two files in to one file
kolli kolli
nammukolli04 at gmail.com
Wed Oct 5 02:53:28 CEST 2011
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 at 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 at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20111004/6c0edd68/attachment-0001.htm>
More information about the Beginners
mailing list