
1 Aug
2008
1 Aug
'08
10:32 a.m.
On Fri, Aug 1, 2008 at 4:25 PM, Bayley, Alistair
Possibly buffering? I think the terminal has line buffering by default, whereas files are usually block-buffered. Try changing the buffering to line:
hSetBuffering stdout LineBuffering
Thanks! That worked. Sorry for the noise. I assumend that files, just like terminals, where line-buffered.