From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7428 invoked from network); 17 Aug 1999 08:31:04 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 Aug 1999 08:31:04 -0000 Received: (qmail 16334 invoked by alias); 17 Aug 1999 08:30:43 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2480 Received: (qmail 16324 invoked from network); 17 Aug 1999 08:30:42 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer thoth.mch.sni.de) From: "Andrej Borsenkow" To: "Hubert Canon" , Subject: RE: sorting order of print Date: Tue, 17 Aug 1999 12:30:39 +0400 Message-ID: <000a01bee88a$c97d3730$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <19990817101320.A2145@youkaidi.irisa.fr> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 > And I try these : > > % 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 > > I believe, print sorts in current locale order. What locale do you have? What do you get if you just do sort < foo bar Hux gee ^D ?? /andrej