&nbsp;I have to chime in here and say that I love the user and hostnames.<br><br><i>Ph&#39;nglui mglw&#39;nafh Cthulhu R&#39;lyeh wgah&#39;nagl fhtagn! </i><i>Cthulhu </i><i>fhtagn!!</i><br><br>Message: 4<br>Date: Thu, 20 Dec 2007 11:28:16 -0600
<br>From: Major Stubble &lt;<a href="mailto:major.stubble@gmail.com">major.stubble@gmail.com</a>&gt;<br>Subject: Re: [Cialug] [OT]: Shell script globbing<br>To: Central Iowa Linux Users Group &lt;<a href="mailto:cialug@cialug.org">
cialug@cialug.org</a>&gt;<br>Message-ID: &lt;<a href="mailto:DF38D415-1038-4C41-8108-69F0830DEC87@gmail.com">DF38D415-1038-4C41-8108-69F0830DEC87@gmail.com</a>&gt;<br>Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
<br><br>What shell are you using?<br><br>ksh doesn&#39;t seem to have any issue with your first attempt:<br><br>cthulu@rlyeh&gt; touch file.bad<br>cthulu@rlyeh&gt; if [ -e *.bad ]; then echo bad; fi;<br>bad<br>cthulu@rlyeh
&gt; touch file2.bad<br>cthulu@rlyeh&gt; touch file3.bad<br>cthulu@rlyeh&gt; if [ -e *.bad ]; then echo bad; fi;<br>bad<br>cthulu@rlyeh&gt; echo $SHELL<br>/bin/ksh