Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh not accepting commandline args at end of command
- X-seq: zsh-users 6790
- From: Miek Gieben <miekg@xxxxxxxxx>
- To: Eric Smith <es@xxxxxxxxxxxx>
- Subject: Re: zsh not accepting commandline args at end of command
- Date: Wed, 19 Nov 2003 18:23:16 +0100
- Cc: zsh users <zsh-users@xxxxxxxxxx>
- In-reply-to: <20031119171554.GC31842@xxxxxxxxxxxx>
- Mail-followup-to: Eric Smith <es@xxxxxxxxxxxx>, zsh users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20031119171554.GC31842@xxxxxxxxxxxx>
[On 19 Nov, @18:15, Eric wrote in "zsh not accepting commandline ..."]
> 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
I don't have that problem here:
% ls /tmp -F
0007300254/ iceauth.XXXXB8AEpM ksocket-miekg/ texXL9vHn
....
running zsh 4.0.7
Maybe you have some sort of weird alias for ls?
grtz Miek
Messages sorted by:
Reverse Date,
Date,
Thread,
Author