Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
INTERACTIVE vs. SHINSTDIN
- X-seq: zsh-workers 13759
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: INTERACTIVE vs. SHINSTDIN
- Date: Sun, 25 Mar 2001 23:49:53 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
zagzig[514] Src/zsh -fis <<<'echo hi'
zagzig% read -e
echo hi
zagzig% cat
zagzig%
Hmm, so SHINSTDIN is true, but in fact the shell is not reading commands
from stdin ... yet commands started by the shell read from the actual stdin,
not from where the shell is reading commands from ... I suppose one can get
some interesting effects this way, but is it really the correct behavior?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author