Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

pwd

Some strings on this page have not been translated yet. You can help by translating them on Weblate.
v(uutils coreutils) 0.9.0
pwd [OPCIÓN]...

Mostrar el nombre completo del directorio de trabajo actual.

Options

--logical, -L

usar PWD del entorno, incluso si contiene enlaces simbólicos

--physical, -P

evitar todos los enlaces simbólicos

Examples

Muestra el directorio actual:

pwd

Muestra el directorio actual y resuelve todos los enlaces simbólicos (es decir, muestra la ruta “física”):

pwd {{[-P|--physical]}}

Muestra la ayuda:

pwd --help

The examples are provided by the tldr-pages project under the CC BY 4.0 License.

Please note that, as uutils is a work in progress, some examples might fail.