Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: turn off globbing sometimes
- X-seq: zsh-users 11597
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: turn off globbing sometimes
- Date: Wed, 27 Jun 2007 07:06:22 -0700
- Cc: Zsh users list <zsh-users@xxxxxxxxxx>
- In-reply-to: <20070627102707.59e56d4f@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <fb3648c60706250734r7402b1bewb43015d19e9c56fe@xxxxxxxxxxxxxx> <20070625143801.GB27030@xxxxxxxxxxx> <fb3648c60706250749o33012e3bse93886f6754e8dd1@xxxxxxxxxxxxxx> <2d460de70706260927p45718db7gb0089fc2a26e3e7a@xxxxxxxxxxxxxx> <fb3648c60706260936v280aed7fpf1099dde571517df@xxxxxxxxxxxxxx> <20070626235614.GA70915@xxxxxxxxxxxxxxxxxxxx> <20070627102707.59e56d4f@xxxxxxxxxxxxxx>
On Wed, Jun 27, 2007 at 10:27:07AM +0100, Peter Stephenson wrote:
> "setopt nonomatch" is a pretty good approximation to this, unless
> you really have files called remote:foo/* on the disk.
Going that route, you should also make sure that nonull_glob and
nocsh_null_glob are set, otherwise you can lose an arg or get an
error (the latter if csh_null_glob is set and there's only one
wildcard expression).
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author