mirror of https://github.com/CrimsonTome/tldr.git
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`
|