From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9617 invoked from network); 19 Nov 2003 17:33:35 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Nov 2003 17:33:35 -0000 Received: (qmail 5771 invoked by alias); 19 Nov 2003 17:32:10 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6794 Received: (qmail 5744 invoked from network); 19 Nov 2003 17:32:09 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 19 Nov 2003 17:32:09 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [213.201.175.88] by sunsite.dk (MessageWall 1.0.8) with SMTP; 19 Nov 2003 17:32:9 -0000 Received: from localhost (pepper [127.0.0.1]) by pepper.fruitcom.com (Postfix) with ESMTP id E845869FEB; Wed, 19 Nov 2003 18:32:08 +0100 (CET) Received: from pepper.fruitcom.com ([127.0.0.1]) by localhost (pepper [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03261-04-8; Wed, 19 Nov 2003 18:32:06 +0100 (CET) Received: by pepper.fruitcom.com (Postfix, from userid 1000) id 2579E69EFA; Wed, 19 Nov 2003 18:32:06 +0100 (CET) Date: Wed, 19 Nov 2003 18:32:06 +0100 From: Eric Smith To: zsh users Subject: Re: zsh not accepting commandline args at end of command Message-ID: <20031119173206.GD31842@fruitcom.com> References: <20031119171554.GC31842@fruitcom.com> <10989.1069262811@csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10989.1069262811@csr.com> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian os) Thanks But is weems to be using the same ls [eric@apple ~] $ which ls /bin/ls [eric@apple ~] $ /bin/ls /tmp -F /bin/ls: -F: No such file or directory /tmp: ssh-XXUIWy1q v235390 [eric@apple ~] $ exit now in bash: eric@apple:~$ /bin/ls /tmp -F ssh-XXUIWy1q/ v235390/ Peter Stephenson said: > Eric Smith wrote: > > eric@apple:~$ ls /tmp -F > > ssh-XXUIWy1q/ v235390/ > > This is apparently the GNU ls behaviour. (I think it's pretty yukky, but > never mind.) > > > [eric@apple ~] $ ls /tmp -F > > ls: -F: No such file or directory > > This is standard with many other variants of ls. > > Are the paths different in zsh and bash? > > -- > Peter Stephenson Software Engineer > CSR Ltd., Science Park, Milton Road, > Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 > > > ********************************************************************** > This email and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they > are addressed. If you have received this email in error please notify > the system manager. > > This footnote also confirms that this email message has been swept by > MIMEsweeper for the presence of computer viruses. > > www.mimesweeper.com > ********************************************************************** -- Eric Smith