Files
tldr/pages.fr/common/pwd.md
2021-04-01 18:54:26 +03:00

13 lines
298 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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`