Thanks a trillion.   :-)<br><br><div class="gmail_quote">On Sun, Dec 18, 2011 at 9:58 PM, T.C. Hollingsworth <span dir="ltr">&lt;<a href="mailto:tchollingsworth@gmail.com">tchollingsworth@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">On Sun, Dec 18, 2011 at 6:51 AM, Zind &lt;<a href="mailto:wzmindlog@gmail.com">wzmindlog@gmail.com</a>&gt; wrote:<br>


&gt; hi, all<br>
&gt; Here is my execution result of the &#39;type -t&#39; command:<br>
&gt; % type -t poweroff<br>
&gt; zsh: bad option: -t<br>
&gt; % bash<br>
&gt; $ type -t poweroff<br>
&gt; file<br>
&gt; $ zsh --version<br>
&gt; zsh 4.3.11 (i686-pc-linux-gnu)<br>
&gt;<br>
&gt; zsh warns &#39;bad option -t&#39;, but bash works fine<br>
&gt; I test it on Ubuntu 11.10 &amp; Fedora 15, but no change.<br>
&gt; Any help or suggestion is appreciated.<br>
<br>
</div></div>&#39;type; is a shell builtin, so it&#39;s implemented within zsh and bash,<br>
not as it&#39;s own seperate program.  The version included with zsh<br>
doesn&#39;t support the -t argument, while the version with bash does.<br>
<br>
-T.C.<br>
<font color="#888888">--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
Have a question? Ask away: <a href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
</font></blockquote></div><br>