Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh not accepting commandline args at end of command



[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