On 20 août 2010, at 16:50, Alex Schuster wrote:

> weird% echo =find
> /usr/bin/find
> 
> Your command works, when the = is escaped by a \, or when the stuff is 
> quoted.

I don't use zsh, but a little of google's magic[1] shows:
 
> A command name with a = prepended is replaced with its full pathname. This 
> can be very convenient. If it's not convenient for you, you can turn it off:
> 
> % ls
> =foo    =bar
> % ls =foo =bar
> zsh: foo not found
> % setopt noequals
> % ls =foo =bar
> =foo    =bar

[1] http://zsh.sourceforge.net/Intro/intro_7.html

-----
Florian.
/ For security reasons, all text in this mail 
  is double-rot13 encrypted. /


Reply via email to