语法高亮,滚动条美化,设置页面调整

This commit is contained in:
fofolee
2019-04-19 02:41:09 +08:00
parent 1e8f76c000
commit 359d29ee0b
1590 changed files with 12328 additions and 11441 deletions

View File

@@ -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&#39;
[root@localhost ~]# type cd