<p>Square brackets are for matching char sets, not string sets.</p>
<div class="gmail_quote">On Mar 26, 2012 3:40 PM, &quot;Chris Fowler&quot; &lt;<a href="mailto:cfowler@outpostsentinel.com">cfowler@outpostsentinel.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This one stummped me.  I wanted to create a tar of my makefiles so I<br>
used find.<br>
<br>
I wanted OURmakefile and OURmakefile.TEMPLATE.  I could not use a<br>
standard wildcard because I&#39;d pull in svn files.<br>
<br>
To get the wildcard for find I tried many differences of the following<br>
with no luck.<br>
<br>
[DEVEL PERL]$ ls OURmakefil[{e},{e.TEMPLATE}]<br>
OURmakefile<br>
[DEVEL PERL]$<br>
<br>
[DEVEL PERL]$ ls -l OURmakefile*<br>
-rw-rw-r-- 1 cfowler cfowler 3203 Mar 25 21:53 OURmakefile<br>
-rw-rw-r-- 1 cfowler cfowler   63 Mar 21 13:16 OURmakefile.inc<br>
-rw-rw-r-- 1 cfowler cfowler  563 Mar 26 15:29 OURmakefile.TEMPLATE<br>
[DEVEL PERL]$<br>
<br>
<br>
Ignore .inc<br>
<br>
So what is the secret sauce?<br>
<br>
Chris<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>