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

Re: zsh not accepting commandline args at end of command



 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