Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: FW: About word splitting in read (Zsh)
- X-seq: zsh-workers 12447
 
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: Re: FW: About word splitting in read (Zsh)
 
- Date: Tue, 1 Aug 2000 09:10:36 +0200 (MET DST)
 
- In-reply-to: "Andrej Borsenkow"'s message of Tue, 1 Aug 2000 09:40:54 +0400
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
Andrej Borsenkow wrote:
> In (almost latest) CVS:
> 
> bor@itsrm2% read -r foo
>    qwert   yuiop   !
> bor@itsrm2% print -r $foo
> qwert   yuiop   !
> 
> So, the question is - should we fix -r or introduce new option?
Don't know. Because: the manual isn't telling the whole truth for -r
anyway. It says that a backslash at EOL does not mean line
continuation. In reality, -r makes *every* backslash be kept.
Bye
 Sven
--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author