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

Treating alias or function arguments literally



I have a calculator function that I use from ZSH directly which frequently triggers shell expansion, e.g

	[zv@syszv] ~/zv.github.com [master*] >> calc 20*15/2
	zsh: no matches found: 20*15/2

Is there any way I can ask zsh to supply a particular alias or functions parameters either without expansion or as a single string?



Messages sorted by: Reverse Date, Date, Thread, Author