Jan. 31, 2011
1:40 a.m.
Here the libc has grouped all your printfs into one single system call because of user-space buffering. Fortunately you can prevent this behavior using unbuffer:
Sorry, that should have read stdbuf, and the correct man page is here: http://www.pixelbeat.org/programming/stdio_buffering/stdbuf-man.html Alex.