<div class="gmail_quote">On Sun, Mar 29, 2009 at 11:02 PM, Bill Hoffman <span dir="ltr">&lt;<a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Philip Lowman wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
        I&#39;ll put in the feature request for {} and at some point in the<br>
        future it can be addressed.<br>
<br>
    Can someone point me to a definition of what glob is supposed to<br>
    have in it?  It seems to vary from php glob, perl glob, various<br>
    different shell globs, etc.  I can not seem to find a definitive<br>
    answer as to what a glob function is supposed to do, other than it<br>
    is something shy of a regular expression.  The CMake one seems to do<br>
    about the same as a bash shell as far as I can tell.<br>
<br>
<br>
Here is bash&#39;s glob support<br>
<a href="http://www.faqs.org/docs/abs/HTML/globbingref.html" target="_blank">http://www.faqs.org/docs/abs/HTML/globbingref.html</a><br>
<br>
MS-Dos and Windows are limited to &#39;*&#39; and &#39;?&#39;<br>
<br>
Not sure about everyone else.  If CMake can support all of what Bash supports that probably would be above and beyond the call of duty.<br>
<br>
</blockquote>
<br></div>
So, I see no mention of {} in bash?</blockquote><div><br>It&#39;s on that page.<br><pre class="SCREEN"> <tt class="PROMPT">bash$ </tt><tt class="USERINPUT"><b>ls -l {b*,c*,*est*}</b></tt><br> <tt class="COMPUTEROUTPUT">-rw-rw-r--    1 bozo  bozo         0 Aug  6 18:42 b.1<br>
 -rw-rw-r--    1 bozo  bozo         0 Aug  6 18:42 c.1<br> -rw-rw-r--    1 bozo  bozo       758 Jul 30 09:02 test1.txt</tt><br></pre></div></div>-- <br>Philip Lowman<br>