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

v(uutils coreutils) 0.8.0
pwd [OPTION]...

Afficher le nom de fichier complet du répertoire de travail actuel.

Options

--logical, -L

utiliser PWD de l’environnement, même s’il contient des liens symboliques

--physical, -P

éviter tous les liens symboliques

Examples

Affiche le répertoire actuel :

pwd

Affiche le répertoire actuel tout en traduisant les liens symboliques (c.-à-d. afficher le répertoire « physique ») :

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

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.