Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Negative Filename Generation
- X-seq: zsh-users 7412
- From: zzapper <david@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Negative Filename Generation
- Date: Mon, 26 Apr 2004 18:45:24 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <70hq809m2bgrpeobo7niguikbiob0nhqe3@xxxxxxx> <24699.1083000660@xxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
On Mon, 26 Apr 2004 18:31:00 +0100, wrote:
>zzapper wrote:
>> Hi
>>
>> cygwin-zsh v4.2.0
>>
>> I'm trying to follow some examples in the zsh doc:
>>
>> eg the following : list all files beginning x NOT followed by a digit
>>
>> >\ls x!([0-9])*
>> zsh: no matches found: x!([0-9])*
>>
>>
>> What I am I Donald Ducking Up here?
>
>Did you read the sentence a few lines above the definition of !(...)
>that starts
>
> If the KSH_GLOB option is set ...
>
>?
unsetopt KSH_GLOB
Didn't change anything for me
zzapper (vim, cygwin, wiki & zsh)
--
vim -c ":%s/^/WhfgTNabgureRIvzSUnpxre/|:%s/[R-T]/ /Ig|:normal ggVGg?"
http://www.vim.org/tips/tip.php?tip_id=305 Best of Vim Tips
Messages sorted by:
Reverse Date,
Date,
Thread,
Author