Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to "STTY" when "setopt nointeractive"?
- X-seq: zsh-users 9520
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: DervishD <zsh@xxxxxxxxxxxx>, Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Re: How to "STTY" when "setopt nointeractive"?
- Date: Wed, 19 Oct 2005 01:45:35 +0000
- In-reply-to: <20051018191756.GA407@DervishD>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20051018191756.GA407@DervishD>
On Oct 18, 9:17pm, DervishD wrote:
}
} I was testing Bart's suggestion for my problematic "zpty" command
} and I found that, after succesfully testing in the command line, it
} didn't work in the script.
Remember (again :-) that the arguments to zpty are processed as if with
eval. So
zpty cdda2wav STTY=-onlcr cdda2wav -v toc,sectors -J -H
is the same as
zpty cdda2wav "stty -onlcr; cdda2wav -v toc,sectors -J -H"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author