RE: Korn shell STDOUT

2000-06-20 Thread Kenneth P. Stox
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

Re: Korn shell STDOUT

2000-06-20 Thread Chris Costello
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! `-

Korn shell STDOUT

2000-06-20 Thread gerald stoller
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