mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-12-20 18:45:52 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -12,15 +12,15 @@
|
||||
<li>unfound:没有找到。</li>
|
||||
</ul>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>type(选项)(参数)</code></pre>
|
||||
<pre><code class="language-bash">type(选项)(参数)</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>-t:输出“file”、“alias”或者“builtin”,分别表示给定的指令为“外部指令”、“命令别名”或者“内部指令”;
|
||||
<pre><code class="language-bash">-t:输出“file”、“alias”或者“builtin”,分别表示给定的指令为“外部指令”、“命令别名”或者“内部指令”;
|
||||
-p:如果给出的指令为外部指令,则显示其绝对路径;
|
||||
-a:在环境变量“PATH”指定的路径中,显示给定指令的信息,包括命令别名。</code></pre>
|
||||
<h3 id="参数">参数</h3>
|
||||
<p>指令:要显示类型的指令。</p>
|
||||
<h3 id="实例">实例</h3>
|
||||
<pre><code>[root@localhost ~]# type ls
|
||||
<pre><code class="language-bash">[root@localhost ~]# type ls
|
||||
ls is aliased to `ls --color=tty'
|
||||
|
||||
[root@localhost ~]# type cd
|
||||
|
||||
Reference in New Issue
Block a user