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

Re: bash conversion trouble.




On 25 February 2017 15:13:20 GMT+00:00, Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
> BTW, in 700 lines of bash, so far
>
>that's been the only outright breakage except that it seems that zsh 
>arrays are one based and bash are zero, which almost kills my little 
>effort since there are dozens of them.

setopt ksharrays

simulates this, but obviously if you want consistency with other
functions, don't even think sbout it.

pws

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



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