Re: [Haskell-cafe] Re: Efficient way to edit a file

2006-06-20 Thread Bulat Ziganshin
Hello MaurĂ­cio, Tuesday, June 20, 2006, 12:59:47 AM, you wrote: > I need to edit big text files (5 to 500 Mb). But I just need to >change one or two small lines, and save it. What is the best way to do >that in Haskell, without creating copies of the whole files? >I like very mu

[Haskell-cafe] Re: Efficient way to edit a file

2006-06-19 Thread MaurĂ­cio
David Roundy wrote: On Fri, Jun 02, 2006 at 12:34:51PM +1000, Donald Bruce Stewart wrote: dons: briqueabraque: Hi, I need to edit big text files (5 to 500 Mb). But I just need to change one or two small lines, and save it. What is the best way to do that in Haskell, without creating co