Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: sorting/uniq-ing an array?
- X-seq: zsh-workers 4290
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: ZSH Users <zsh-workers@xxxxxxxxxxxxxxx>
- Subject: Re: sorting/uniq-ing an array?
- Date: Mon, 10 Aug 1998 08:55:53 -0700
- In-reply-to: <vbvho1xe7s.fsf@xxxxxxxxxxxxxxx>
- References: <19980809025636.18149@xxxxxxxxxxxxxxxxxxxx> <980809044123.ZM19065@xxxxxxxxxxxxxxxxxxxxxxx> <19980809123608.01170@xxxxxxxxxxxxxxxxxxxx> <vbvho1xe7s.fsf@xxxxxxxxxxxxxxx>
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