Thanks Robin,<br><br>That was silly of me.  But I wasn't sure I could call a builtin from os.system().<br><br>Brad<br clear="all"><br>-- <br>Brad Miller<br>Assistant Professor, Computer Science<br>Luther College
<br><br><div><span class="gmail_quote">On 8/7/07, <b class="gmail_sendername">Robin Houston</b> <<a href="mailto:robin.houston@gmail.com">robin.houston@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 07/08/07, Brad Miller <<a href="mailto:bmiller@luther.edu">bmiller@luther.edu</a>> wrote:<br>> I'm amazed that /usr/bin/type is not part of 10.3.<br><br>'type' is a bash builtin, so you can just change
<br><br>  os.system('/usr/bin/type ...<br><br>to<br><br>  os.system('type ...<br><br>Robin<br><br>______________________________________________________________________<br>For new threads USE THIS: <a href="mailto:textmate@lists.macromates.com">
textmate@lists.macromates.com</a><br>(threading gets destroyed and the universe will collapse if you don't)<br><a href="http://lists.macromates.com/mailman/listinfo/textmate">http://lists.macromates.com/mailman/listinfo/textmate
</a><br></blockquote></div><br>