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

Re: Bug#255788: $'' does not work after <<<



On Wed, 23 Jun 2004, Clint Adams wrote:

> Interesting that the x is disappearing.
> 
> > Current behaviour (tested with zsh -f):
> > 
> >    % cat <<< $'x\ny'
> >    \ny

This may illustrate further:

zsh% x=oops
zsh% cat <<< $'x\ny' 
oops\ny



Messages sorted by: Reverse Date, Date, Thread, Author