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

Re: turn off globbing sometimes



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