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 6791
- From: Clint Adams <clint@xxxxxxx>
- To: Eric Smith <es@xxxxxxxxxxxx>
- Subject: Re: zsh not accepting commandline args at end of command
- Date: Wed, 19 Nov 2003 12:26:29 -0500
- Cc: zsh users <zsh-users@xxxxxxxxxx>
- In-reply-to: <20031119171554.GC31842@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20031119171554.GC31842@xxxxxxxxxxxx>
> 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?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author