<br><br><div class="gmail_quote">On Tue, Jan 3, 2012 at 11:59 PM, Paul Allen Newell <span dir="ltr">&lt;<a href="mailto:pnewell@cs.cmu.edu">pnewell@cs.cmu.edu</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">On 1/3/2012 11:42 PM, Marvin Kosmal wrote:<br>
<blockquote class="gmail_quote" style="border-left:1px solid rgb(204,204,204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
<br>
<br>
<br>
<br>
HI<br>
<br>
Sorry..<br>
<br>
My bad...<br>
<br>
The make is +x..<br>
<br>
Marivn<br>
<br>
</blockquote>
<br></div>
Marvin and Ed:<br>
<br>
Though I really appreciate both of your replies, I am looking at them and seeing that Marvin is saying it needs to be &quot;+x&quot; and Ed is saying it doesn&#39;t. I ran a test and &quot;-x&quot; seems to work.<br>
<br>
For questions on my syntax of &quot;*.sh&quot;, I have believed since my earliest days that a shell file (be it &quot;.sh&quot;, &quot;.csh&quot;, &quot;.tcsh&quot;, or &quot;.bash&quot;) that it has to be &quot;+x&quot; as it is an executable. If I am incorrect, I would love to know, though it may take me a day or two to adjust to the news that the earth shifted polarity (smile)<br>

<br>
Thanks,<br>
Paul<div class="HOEnZb"><div class="h5"><br>
<br></div></div></blockquote><div><br><br></div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204,204,204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div class="HOEnZb"><div class="h5"><a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank"></a><a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank"></a></div>
</div></blockquote></div>Paul<br><br>Apples and Oranges..<br><br>If you use sh...  In the command line.   as<br><br><br>sh ./filename     The file does not need to be executable.<br><br>if you do <br><br>./filename     You need to have the  x bit set...<br>
<br><br>And I agree with you.. When I write shell scripts I use a .sh extension.  Just to make it easy on myself.. It help me identify .sh from .txt files..<br><br>HTH<br><br>Marvin<br>