Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
wish list -- noglob on a per-function basis
- X-seq: zsh-users 240
- From: Steven L Baur <steve@xxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: wish list -- noglob on a per-function basis
- Date: 08 Jun 1996 16:52:09 -0700
- Mail-copies-to: never
- Sender: steve@xxxxxxxxxxxx
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
--
steve@xxxxxxxxxxxx baur
Unsolicited commercial e-mail will be proofread for $250/hour.
Andrea Seastrand: For your vote on the Telecom bill, I will vote for anyone
except you in November.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author