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

Re: sorting order of print



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