mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-03-10 16:00:20 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>pwd命令</strong> 以绝对路径的方式显示用户当前工作目录。命令将当前目录的全路径名称(从根目录)写入标准输出。全部目录使用<code>/</code>分隔。第一个<code>/</code>表示根目录,最后一个目录是当前目录。执行pwd命令可立刻得知您目前所在的工作目录的绝对路径名称。</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>pwd(选项)</code></pre>
|
||||
<pre><code class="language-bash">pwd(选项)</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>--help:显示帮助信息;
|
||||
<pre><code class="language-bash">--help:显示帮助信息;
|
||||
--version:显示版本信息。
|
||||
</code></pre>
|
||||
<h3 id="实例">实例</h3>
|
||||
<pre><code>[root@localhost ~]# pwd
|
||||
<pre><code class="language-bash">[root@localhost ~]# pwd
|
||||
/root</code></pre>
|
||||
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
|
||||
|
||||
Reference in New Issue
Block a user