Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: sorting order of print
- X-seq: zsh-users 2479
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: sorting order of print
- Date: Tue, 17 Aug 1999 10:27:03 +0200 (MET DST)
- In-reply-to: Hubert Canon's message of Tue, 17 Aug 1999 10:13:20 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
Hubert Canon wrote:
> % print foo bar Hux gee
> foo bar Hux gee
> % print -o foo bar Hux gee
> bar foo gee Hux
> % print -oi foo bar Hux gee
> bar foo gee Hux
>
> I believe that I should get :
>
> % print -o foo bar Hux gee
> Hux bar foo gee
You should. And since I *do* get this... do you set locale information?
If so, this is probably what's making this fail. If not, I don't know
where it comes from.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author