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

Re: turning off globbing



Try the "noglob" precommand modifier to turn off globbing for the
duration of the command.

% noglob expr 5 * 4
20

Steve

Eric Smith wrote:

> How do I trun off globbing (and then turn it on again) with the
> `*' so I can use fir example calc(1) without escaping the *
> chars?
>
> thanks

Attachment: pgpO4uhhoWiHO.pgp
Description: PGP signature



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