On 20-Jun-00 gerald stoller wrote:
> I am trying to learn how the (Korn) shell is organized, so I put some
> printf statements in many places. They give a lot of output on STDOUT ,
> so in order to be able to read it, I pipe it to a tee command which stores
> the output. I have fo
On Tuesday, June 20, 2000, gerald stoller wrote:
> Anybody know how I can easily change the STDOUT to be unbuffered?
Using setbuf(3). (``man setbuf'')
--
|Chris Costello <[EMAIL PROTECTED]>
|You had mail, but the super-user read it, and deleted it!
`-
I am trying to learn how the (Korn) shell is organized, so I put some
printf statements in many places. They give a lot of output on STDOUT ,
so in order to be able to read it, I pipe it to a tee command which stores
the output. I have found that the output pauses when the file has
3 matches
Mail list logo