From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12521 invoked from network); 20 Nov 2003 17:18:00 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 20 Nov 2003 17:18:00 -0000 Received: (qmail 21546 invoked by alias); 20 Nov 2003 17:15:57 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6799 Received: (qmail 21480 invoked from network); 20 Nov 2003 17:15:56 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 20 Nov 2003 17:15:56 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [195.246.135.242] by sunsite.dk (MessageWall 1.0.8) with SMTP; 20 Nov 2003 17:15:55 -0000 Received: from julien (fgwrepu.synten.com [195.246.135.241]) by meteor.synten.com (8.12.9-20030924/8.12.9) with SMTP id hAKHCnJb020375 for ; Thu, 20 Nov 2003 18:12:51 +0100 Message-ID: <005901c3af89$9ab2df20$6900000a@julien> From: "Julien CROUZET" To: References: <20031119171554.GC31842@fruitcom.com> <10989.1069262811@csr.com> <20031119173206.GD31842@fruitcom.com> Subject: Re: zsh not accepting commandline args at end of command Date: Thu, 20 Nov 2003 18:13:23 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-MailScanner: Found to be clean X-MailScanner-Information: Please contact the ISP for more information > The command syntax is > ls [-ABCFGHLPRTWZabcdfghiklmnopqrstuwx1] [file ...] > > The parameters are positional, with the options first and the operands > second. > The "-F" is treated as a file name, hence "no such file." > > This is true for both the BSD and SystemV versions of ls. > My thought : ls uses getopt(3) Extract from man getopt(3) : ENVIRONMENT VARIABLES POSIXLY_CORRECT If this is set, then option processing stops as soon as a non-option argument is encountered. -- Julien CROUZET