Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: multiple redirections and flushing
- X-seq: zsh-users 890
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: Vincent.Lefevre@xxxxxxxxxxx (Vincent Lefevre)
- Subject: Re: multiple redirections and flushing
- Date: Tue, 10 Jun 1997 15:06:33 +0100 (BST)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <19970610151915.50110@xxxxxxxxxxx> from "Vincent Lefevre" at Jun 10, 97 03:19:15 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.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author