The following works in my shell (zsh):
> FOO='ls'> $FOOfile1 file2
but the following doesn't:
> FOO='emacs -nw'> $FOOzsh: command not found: emacs -nw
even though invoking emacs -nw directly opens Emacs perfectly well.
emacs -nw
Why?
Aucun commentaire:
Enregistrer un commentaire