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 6796
- From: Aidan Kehoe <kehoea@xxxxxxxxxxxxx>
- To: Eric Smith <es@xxxxxxxxxxxx>
- Subject: Re: zsh not accepting commandline args at end of command
- Date: Wed, 19 Nov 2003 17:53:24 +0000
- Cc: zsh users <zsh-users@xxxxxxxxxx>
- In-reply-to: <20031119173206.GD31842@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20031119171554.GC31842@xxxxxxxxxxxx> <10989.1069262811@xxxxxxx> <20031119173206.GD31842@xxxxxxxxxxxx>
- Reply-to: Aidan Kehoe <kehoea@xxxxxxxxxxxxx>
Ar an 19ú lá de mí 11, scríobh Eric Smith :
> [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/
It's just about possible that Bash is using a global alias for ls. Aliases
don't show up in the output of "which" in Bash; if you want to see any
aliases for ls in Bash, try "alias" on its own.
--
"... like, did you know, in Egypt, if a particularly beautiful girl, or the
wife of a lord or whatever died, they wouldn't send her to the embalmer for
three days? They'd let her spoil in the heat first."
Messages sorted by:
Reverse Date,
Date,
Thread,
Author