1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.fr/common/pwd.md

13 lines
295 B
Markdown
Raw Normal View History

2020-10-24 16:19:15 -04:00
# pwd
> Affiche le nom du répertoire actuel.
> Plus d'informations : <https://www.gnu.org/software/coreutils/pwd>.
2020-10-24 16:19:15 -04:00
- Affiche le répertoire actuel :
2020-10-24 16:19:15 -04:00
`pwd`
- Affiche le répertoire actuel tout en traduisant les liens symboliques (c.-à-d. afficher le répertoire « physique ») :
2020-10-24 16:19:15 -04:00
`pwd -P`