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

Re: sorting order of print



Andrej Borsenkow écrivait :
> I believe, print sorts in current locale order.

You are right

> What locale do you have?

% echo $LANG
fr

This solves my problem :

% LANG=C print -o foo bar Hux gee 
Hux bar foo gee


Thank you for your response.



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