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

Re: Parameter expansion bug?



Bart Schaefer wrote:
> On Oct 31,  5:12pm, Zoltan Hidvegi wrote:
> } Subject: Re: Parameter expansion bug?
> }
> } In zsh echo - does not print anything and echo - -n prints -n.  How do you
> } print -n under bash?
> 
> As nearly as I can tell, `echo -e -n` is the only way.

No it does not work either.  Perhaps you wanted to write

echo -e '\55n'

Zoltan



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