Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: wish list -- noglob on a per-function basis
- X-seq: zsh-users 242
- From: Geoff Wing <mason@xxxxxxxxxxxxx>
- To: steve@xxxxxxxxxxxx (Steven L Baur)
- Subject: Re: wish list -- noglob on a per-function basis
- Date: Sun, 9 Jun 1996 11:00:14 +1000 (EST)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <m2k9xhg8gm.fsf@xxxxxxxxxxxxxxxxxxx> from "Steven L Baur" at Jun 8, 96 04:52:09 pm
:I'd like a method of specifying commands and shell functions/aliases
:that do not get globbed by the shell. The csh-style flag is too
:coarse a setting.
:
:Something like:
:typeset -f -noglob rename
:
:Then the function could be called without quoting, or option fiddling:
:rename *.obj *.o
How about
alias rename='noglob rename'
--
Mason [G.C.W] mason@xxxxxxxxxxxxxxxxxx "Hurt...Agony...Pain...LOVE-IT"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author