bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: shouldn't /+(??) capture 2 letter files only?


From: gregrwm
Subject: Re: shouldn't /+(??) capture 2 letter files only?
Date: Sat, 15 Dec 2012 12:01:44 -0600

>> > echo !(??|foo|bar)
>>
>> precisely where i started this thread, !(??)
>
> +(??) and !(??) are completely different things. !(??) was never
mentioned in the original question, and should work as expected.

yow, truly, you're saying +(??) selects *any multiple* of 2chars, but !(??)
excludes 2char names *only*!  sheesh.  ok thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]