mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
cf9b8fa3fa
This allows us to use :ref: references, which don't require hardcoding it as html [ci skip]
21 lines
415 B
ReStructuredText
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.
|