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

Re: sorting/uniq-ing an array?



On Aug 10, 12:34pm, Bruce Stephens wrote:
} Subject: Re: sorting/uniq-ing an array?
}
} "typeset -U" works for arrays, and so works for path.  Unfortunately,
} it doesn't work with (for example) LD_LIBRARY_PATH, which is a
} colon-separated list.  Annoying: this really needs configurableness.

Is there any difference (internally) between a plain array variable and
a colon-array, other than the set/get functions?  If not, it should be
pretty trivial to make colon-arrays a typeset-able parameter type.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



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