mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
298 B
Markdown
12 lines
298 B
Markdown
# pwd
|
|
|
|
> Affiche le nom du répertoire actuel.
|
|
> Plus d'informations : <https://www.gnu.org/software/coreutils/pwd>.
|
|
|
|
- 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`
|