Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Quoting the arguments to a function
- X-seq: zsh-users 21919
- From: zv <zv@xxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Quoting the arguments to a function
- Date: Thu, 15 Sep 2016 14:41:03 -0700
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Reply-to: zv@xxxxxxxx
I want to supply the arguments of a function (an alias to Emacs `calc') without expansion, e.g:
zv@computer# calc 20/2*15
150
Today of course the result gives "zsh: no matches found: 20*15/2"
Is there any way to signal to ZSH that an alias or fn should have arguments supplied literally?
- Zephyr
Messages sorted by:
Reverse Date,
Date,
Thread,
Author