From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10708 invoked from network); 19 Nov 2003 17:26:50 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Nov 2003 17:26:50 -0000 Received: (qmail 20858 invoked by alias); 19 Nov 2003 17:26:31 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6791 Received: (qmail 20814 invoked from network); 19 Nov 2003 17:26:31 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 19 Nov 2003 17:26:31 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [216.254.112.142] by sunsite.dk (MessageWall 1.0.8) with SMTP; 19 Nov 2003 17:26:30 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id A7E9F7003B; Wed, 19 Nov 2003 12:26:29 -0500 (EST) Date: Wed, 19 Nov 2003 12:26:29 -0500 From: Clint Adams To: Eric Smith Cc: zsh users Subject: Re: zsh not accepting commandline args at end of command Message-ID: <20031119172629.GA14201@scowler.net> References: <20031119171554.GC31842@fruitcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031119171554.GC31842@fruitcom.com> User-Agent: Mutt/1.5.4i > What might be causing this error in zsh. > > eric@apple:~$ echo $SHELL > /bin/bash > eric@apple:~$ ls /tmp -F > ssh-XXUIWy1q/ v235390/ > eric@apple:~$ zsh > [eric@apple ~] $ ls -F /tmp > ssh-XXUIWy1q/ v235390/ > > ... and here is the problem: > [eric@apple ~] $ ls /tmp -F > ls: -F: No such file or directory > /tmp: > ssh-XXUIWy1q v235390 Is your PATH different under zsh (thus causing you to use a different ls)? Is something setting the environment variable POSIXLY_CORRECT? Do you have different aliases for ls?