fish-shell/sphinx_doc_src/cmds/pwd.rst
Fabian Homborg cf9b8fa3fa docs: Add labels to all commands
This allows us to use :ref: references, which don't require hardcoding
it as html

[ci skip]
2019-03-31 11:05:33 +02:00

21 lines
415 B
ReStructuredText

.. _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.