Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: glob expansion
- X-seq: zsh-users 12806
- From: Lloyd Zusman <ljz@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: glob expansion
- Date: Mon, 28 Apr 2008 04:16:36 -0400
- Cancel-lock: sha1:w3L0sOAhwg53NyVBN28Lzwthztk=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <F5AD0ED4-956A-4C38-A975-1B862ACBC4C5@xxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
Michael Wild <themiwi@xxxxxxxxx> writes:
> [ ... ]
>
> find /usr/lib -type f -name *.so
>
> [ ... ]
>
> So my question: Is there any way to change the expansion behavior of
> ZSH? The man-pages and the FAQ didn't help me, nor did google. But
> then, I'm quite sure I didn't use the appropriate search terms...
Try this:
alias find='noglob /usr/bin/find'
Then, issue the command above. This works for specific commands. Also,
look at 'setopt nonomatch' if you want this behavior all the time.
--
Lloyd Zusman
ljz@xxxxxxxxxx
God bless you.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author