Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

INTERACTIVE vs. SHINSTDIN



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