From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12539 invoked from network); 19 Nov 2003 17:17:24 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Nov 2003 17:17:24 -0000 Received: (qmail 765 invoked by alias); 19 Nov 2003 17:15:59 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6789 Received: (qmail 683 invoked from network); 19 Nov 2003 17:15:58 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 19 Nov 2003 17:15:58 -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:15:58 -0000 Received: from localhost (pepper [127.0.0.1]) by pepper.fruitcom.com (Postfix) with ESMTP id 35F1469FEB; Wed, 19 Nov 2003 18:15:58 +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 03150-04; Wed, 19 Nov 2003 18:15:54 +0100 (CET) Received: by pepper.fruitcom.com (Postfix, from userid 1000) id 8B59769EFA; Wed, 19 Nov 2003 18:15:54 +0100 (CET) Date: Wed, 19 Nov 2003 18:15:54 +0100 From: Eric Smith To: zsh users Subject: zsh not accepting commandline args at end of command Message-ID: <20031119171554.GC31842@fruitcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian os) Hi 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 thanks -- Eric Smith