mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 02:26:01 +02:00
13 lines
225 B
Markdown
13 lines
225 B
Markdown
![]() |
# pwd
|
||
|
|
||
|
> Affiche le nom du répertoire actuel.
|
||
|
|
||
|
- 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`
|