mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-01 10:11:14 -03:00
We no longer have two doc systems, move sphinx_doc_src back to doc_src
This commit is contained in:
23
doc_src/cmds/pwd.rst
Normal file
23
doc_src/cmds/pwd.rst
Normal file
@@ -0,0 +1,23 @@
|
||||
.. _cmd-pwd:
|
||||
|
||||
pwd - output the current working directory
|
||||
==========================================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
::
|
||||
|
||||
pwd
|
||||
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
``pwd`` outputs (prints) the current working directory.
|
||||
|
||||
The following options are available:
|
||||
|
||||
- ``-L``, Output the logical working directory, without resolving symlinks (default behavior).
|
||||
|
||||
- ``-P``, Output the physical working directory, with symlinks resolved.
|
||||
Reference in New Issue
Block a user