Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: multiple redirections and flushing
- X-seq: zsh-workers 3230
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxxxxxxxxxxx>
- To: zefram@xxxxxxxxxxxxxxxxx (Zefram)
- Subject: Re: multiple redirections and flushing
- Date: Tue, 10 Jun 1997 10:23:49 -0400 (EDT)
- Cc: zsh-workers@xxxxxxxxxxxxxxx (Zsh hacking and development)
- In-reply-to: <6468.199706101406@xxxxxxxxxxxxxxxxxxxxxxx> from Zefram at "Jun 10, 97 03:06:33 pm"
> Vincent Lefevre wrote:
> >For instance, if I don't use any redirection, I get one line after the
> >other in STDOUT, but if I redirect STDOUT like this
> >prg >results >&2
> >I only get the results when the program terminates.
>
> That's up to the program, `prg' in this case. All zsh does is open
> the file. You might find the `script' command to be of some use, if
> you can't modify the program.
No, unfortunately it's a zsh problem. Zsh opens a tee process but does not
waits for that.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author