Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: turning off globbing
- X-seq: zsh-users 7356
- From: Steve Talley <stephen.talley@xxxxxxx>
- To: Eric Smith <es@xxxxxxxxxxxx>
- Subject: Re: turning off globbing
- Date: Thu, 15 Apr 2004 10:01:26 -0400
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20040415122159.GK11257@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <18a4tywqyqlmn.dlg@xxxxxxxxxxxxxxxx> <20040415122159.GK11257@xxxxxxxxxxxx>
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