On 2010.12.08 at 02:04:36 +0300, sergio wrote:

> Всем привет.
>
> zsh% echo qwe | read a
> zsh% echo $a
> qwe
> zsh%
>
> bash$ echo qwe | read a
> bash$ echo $a
>
> bash$

$ echo $SHELL |(read a; echo $a)
/bin/bash


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Ответить