BINGO!! That&#39;s the problem. I&#39;m modifying my process to use full path. <br><br><div class="gmail_quote">2010/2/17 Björn Gustafsson <span dir="ltr">&lt;<a href="mailto:bg-ale@bjorng.net">bg-ale@bjorng.net</a>&gt;</span><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 Wed, Feb 17, 2010 at 1:21 PM, Jim Kinney &lt;<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>&gt; wrote:<br>

&gt; The &quot;time&quot; command is a useful tool<br>
&gt;<br>
</div><div class="im">&gt; What is being called when I exclude the full path? A locate produced lots of<br>
&gt; stuff with &quot;time&quot; in the name but only the /usr/bin/time was an executable.<br>
<br>
</div>bash -c &#39;which time&#39;<br>
/usr/bin/time<br>
<br>
bash -ic &#39;which time&#39;<br>
time is a shell keyword<br>
<br>
The `time&#39; that is vexing you is a shell keyword similar to `while&#39;,<br>
the difference being that it&#39;s only implemented for interactive shells<br>
in bash. Technically it is not considered a shell builtin, but<br>
functionally that&#39;s what it amounts to.<br>
<br>
--<br>
Björn Gustafsson<br>
<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><br><br clear="all"><br>-- <br>-- <br>James P. Kinney III<br>Actively in pursuit of Life, Liberty and Happiness         <br><br>